Skip to content

Commit

Permalink
Remove xfail handling logic
Browse files Browse the repository at this point in the history
  • Loading branch information
chuneuny-emily committed Jul 20, 2023
1 parent 0c04ad9 commit 35496f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/integration/cli/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ def test_convert_object_detection(
helper_tc: TestCaseHelper,
caplog: pytest.LogCaptureFixture,
):
# TODO: Fix xfail cases...
if output_format == "coco":
pytest.xfail()
elif (
output_format == "datumaro_binary" or output_format == "datumaro"
) and input_format == "coco":
pytest.xfail()

src_dir = osp.join(test_dir, "src")
dst_dir = osp.join(test_dir, "dst")

Expand Down

0 comments on commit 35496f8

Please sign in to comment.