Skip to content

Commit 278584d

Browse files
author
Val Brodsky
committed
Disable broker exporter v1 tests
1 parent 0e8ce03 commit 278584d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libs/labelbox/tests/data/export/legacy/test_legacy_export.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
IMAGE_URL = "https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/potato.jpeg"
1212

1313

14+
@pytest.mark.skip(reason="broken export v1 api, to be retired soon")
1415
def test_export_annotations_nested_checklist(
1516
client, configured_project_with_complex_ontology,
1617
wait_for_data_row_processing):
1718
project, data_row = configured_project_with_complex_ontology
1819
data_row = wait_for_data_row_processing(client, data_row)
19-
2020
ontology = project.ontology().normalized
2121

2222
tool = ontology["tools"][0]
@@ -228,6 +228,7 @@ def test_dataset_export(dataset, image_url):
228228
assert set(result) == ids
229229

230230

231+
@pytest.mark.skip(reason="broken export v1 api, to be retired soon")
231232
def test_data_row_export_with_empty_media_attributes(
232233
client, configured_project_with_label, wait_for_data_row_processing):
233234
project, _, data_row, _ = configured_project_with_label

libs/labelbox/tests/data/test_data_row_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def make_named_metadata(dr_id) -> DataRowMetadata:
8585
return metadata
8686

8787

88+
@pytest.mark.skip(reason="broken export v1 api, to be retired soon")
8889
def test_export_empty_metadata(client, configured_project_with_label,
8990
wait_for_data_row_processing):
9091
project, _, data_row, _ = configured_project_with_label

0 commit comments

Comments
 (0)