File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818import os
1919
2020from google .cloud import automl_v1beta1 as automl
21+ import pytest
2122
2223import automl_natural_language_model
2324
2425project_id = os .environ ["GCLOUD_PROJECT" ]
2526compute_region = "us-central1"
2627
2728
29+ @pytest .mark .skip (reason = "creates too many models" )
2830def test_model_create_status_delete (capsys ):
2931 # create model
3032 client = automl .AutoMlClient ()
Original file line number Diff line number Diff line change 1818import os
1919
2020from google .cloud import automl_v1beta1 as automl
21+ import pytest
2122
2223import automl_translation_model
2324
2425project_id = os .environ ["GCLOUD_PROJECT" ]
2526compute_region = "us-central1"
2627
2728
29+ @pytest .mark .skip (reason = "creates too many models" )
2830def test_model_create_status_delete (capsys ):
2931 # create model
3032 client = automl .AutoMlClient ()
Original file line number Diff line number Diff line change 1818import os
1919
2020from google .cloud import automl_v1beta1 as automl
21+ import pytest
2122
2223import automl_vision_model
2324
2425project_id = os .environ ["GCLOUD_PROJECT" ]
2526compute_region = "us-central1"
2627
2728
29+ @pytest .mark .skip (reason = "creates too many models" )
2830def test_model_create_status_delete (capsys ):
2931 # create model
3032 client = automl .AutoMlClient ()
You can’t perform that action at this time.
0 commit comments