Skip to content

Commit b5e13a9

Browse files
Mark tests as xfail and track in jira. (#1551)
1 parent d9d54d0 commit b5e13a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libs/labelbox/tests/data/annotation_import/test_label_import.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_create_from_objects(client, configured_project, object_predictions,
6969
label_import.input_file_url, object_predictions)
7070

7171

72+
@pytest.xfail("PLT-612")
7273
def test_create_with_path_arg(client, tmp_path, configured_project, object_predictions,
7374
annotation_import_test_helpers):
7475
project = configured_project
@@ -89,6 +90,7 @@ def test_create_with_path_arg(client, tmp_path, configured_project, object_predi
8990
label_import.input_file_url, object_predictions)
9091

9192

93+
@pytest.xfail("PLT-612")
9294
def test_create_from_local_file(client, tmp_path, configured_project, object_predictions,
9395
annotation_import_test_helpers):
9496
project = configured_project

libs/labelbox/tests/data/annotation_import/test_mal_prediction_import.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_create_with_labels_arg(client, configured_project, object_predictions,
3939
label_import.input_file_url, object_predictions)
4040

4141

42+
@pytest.xfail("PLT-612")
4243
def test_create_with_path_arg(client, tmp_path, configured_project, object_predictions,
4344
annotation_import_test_helpers):
4445
project = configured_project

0 commit comments

Comments
 (0)