Skip to content

Commit

Permalink
skip automl model create/delete test [(#1608)](#1608)
Browse files Browse the repository at this point in the history
* skip model create/delete test

* add skip reason
  • Loading branch information
sirtorry authored and dandhlee committed Nov 17, 2022
1 parent 2d13885 commit 4e1f32f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automl/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 4e1f32f

Please sign in to comment.