Skip to content

Commit

Permalink
fix: skip create data labeling job sample tests (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology committed Mar 3, 2021
1 parent b4338dc commit 116a29b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
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

0 comments on commit 116a29b

Please sign in to comment.