Skip to content

Commit 80da681

Browse files
authored
[PLT-0] remove xfail (#1554)
1 parent 5cd69f6 commit 80da681

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ 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")
7372
def test_create_with_path_arg(client, tmp_path, configured_project, object_predictions,
7473
annotation_import_test_helpers):
7574
project = configured_project
@@ -90,7 +89,6 @@ def test_create_with_path_arg(client, tmp_path, configured_project, object_predi
9089
label_import.input_file_url, object_predictions)
9190

9291

93-
@pytest.xfail("PLT-612")
9492
def test_create_from_local_file(client, tmp_path, configured_project, object_predictions,
9593
annotation_import_test_helpers):
9694
project = configured_project

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ 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")
4342
def test_create_with_path_arg(client, tmp_path, configured_project, object_predictions,
4443
annotation_import_test_helpers):
4544
project = configured_project

0 commit comments

Comments
 (0)