File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 18
18
import os
19
19
20
20
from google .cloud import automl_v1beta1 as automl
21
+ import pytest
21
22
22
23
import automl_natural_language_model
23
24
24
25
project_id = os .environ ["GCLOUD_PROJECT" ]
25
26
compute_region = "us-central1"
26
27
27
28
29
+ @pytest .mark .skip (reason = "creates too many models" )
28
30
def test_model_create_status_delete (capsys ):
29
31
# create model
30
32
client = automl .AutoMlClient ()
Original file line number Diff line number Diff line change 18
18
import os
19
19
20
20
from google .cloud import automl_v1beta1 as automl
21
+ import pytest
21
22
22
23
import automl_translation_model
23
24
24
25
project_id = os .environ ["GCLOUD_PROJECT" ]
25
26
compute_region = "us-central1"
26
27
27
28
29
+ @pytest .mark .skip (reason = "creates too many models" )
28
30
def test_model_create_status_delete (capsys ):
29
31
# create model
30
32
client = automl .AutoMlClient ()
Original file line number Diff line number Diff line change 18
18
import os
19
19
20
20
from google .cloud import automl_v1beta1 as automl
21
+ import pytest
21
22
22
23
import automl_vision_model
23
24
24
25
project_id = os .environ ["GCLOUD_PROJECT" ]
25
26
compute_region = "us-central1"
26
27
27
28
29
+ @pytest .mark .skip (reason = "creates too many models" )
28
30
def test_model_create_status_delete (capsys ):
29
31
# create model
30
32
client = automl .AutoMlClient ()
You can’t perform that action at this time.
0 commit comments