Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
skip automl model create/delete test [(#1608)](GoogleCloudPlatform/py…
Browse files Browse the repository at this point in the history
…thon-docs-samples#1608)

* skip model create/delete test

* add skip reason
  • Loading branch information
sirtorry authored and busunkim96 committed Sep 1, 2020
1 parent f7228f4 commit e4a9c20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/snippets/model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
import os

from google.cloud import automl_v1beta1 as automl
import pytest

import automl_translation_model

project_id = os.environ["GCLOUD_PROJECT"]
compute_region = "us-central1"


@pytest.mark.skip(reason="creates too many models")
def test_model_create_status_delete(capsys):
# create model
client = automl.AutoMlClient()
Expand Down

0 comments on commit e4a9c20

Please sign in to comment.