Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 7b3994e

Browse filesBrowse files
authored
skip automl model create/delete test [(#1608)](GoogleCloudPlatform/python-docs-samples#1608)
* skip model create/delete test * add skip reason
1 parent 0fcd6af commit 7b3994e
Copy full SHA for 7b3994e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎samples/snippets/model_test.py

Copy file name to clipboardExpand all lines: samples/snippets/model_test.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
import os
1919

2020
from google.cloud import automl_v1beta1 as automl
21+
import pytest
2122

2223
import automl_translation_model
2324

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

2728

29+
@pytest.mark.skip(reason="creates too many models")
2830
def test_model_create_status_delete(capsys):
2931
# create model
3032
client = automl.AutoMlClient()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.