Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip create data labeling job sample tests #254

Merged
merged 1 commit into from Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -39,6 +39,7 @@ def teardown(teardown_data_labeling_job):


# Creating a data labeling job for images
@pytest.mark.skip(reason="Flaky job state.")
def test_create_data_labeling_job_active_learning_sample(capsys, shared_state):

create_data_labeling_job_active_learning_sample.create_data_labeling_job_active_learning_sample(
Expand Down
Expand Up @@ -40,6 +40,7 @@ def teardown(teardown_data_labeling_job):


# Creating a data labeling job for images
@pytest.mark.skip(reason="Flaky job state.")
def test_create_data_labeling_job_image_segmentation_sample(capsys, shared_state):

dataset = f"projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}"
Expand Down
Expand Up @@ -37,6 +37,7 @@ def teardown(teardown_data_labeling_job):


# Creating a data labeling job for images
@pytest.mark.skip(reason="Flaky job state.")
def test_ucaip_generated_create_data_labeling_job_sample(capsys, shared_state):

dataset_name = f"projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}"
Expand Down
1 change: 1 addition & 0 deletions samples/snippets/create_data_labeling_job_sample_test.py
Expand Up @@ -38,6 +38,7 @@ def teardown(teardown_data_labeling_job):


# Creating a data labeling job for images
@pytest.mark.skip(reason="Flaky job state.")
def test_ucaip_generated_create_data_labeling_job_sample(capsys, shared_state):

dataset_name = f"projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}"
Expand Down
Expand Up @@ -40,6 +40,7 @@ def teardown(teardown_data_labeling_job):


# Creating a data labeling job for images
@pytest.mark.skip(reason="Flaky job state.")
def test_create_data_labeling_job_specialist_pool_sample(capsys, shared_state):

dataset = f"projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}"
Expand Down
Expand Up @@ -37,6 +37,7 @@ def teardown(teardown_data_labeling_job):


# Creating a data labeling job for images
@pytest.mark.skip(reason="Flaky job state.")
def test_ucaip_generated_create_data_labeling_job_sample(capsys, shared_state):

dataset_name = f"projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}"
Expand Down