diff --git a/e2e_tests/tests/model_hub/test_mmdetection.py b/e2e_tests/tests/model_hub/test_mmdetection.py index 220f5cb98e4..c05741b66cd 100644 --- a/e2e_tests/tests/model_hub/test_mmdetection.py +++ b/e2e_tests/tests/model_hub/test_mmdetection.py @@ -88,6 +88,7 @@ def test_yolo_distributed_fake() -> None: @pytest.mark.model_hub_mmdetection +@pytest.mark.skip(reason="mmdetection requires maintenance") def test_detr_distributed_fake() -> None: example_path = conf.fixtures_path("mmdetection") config = conf.load_config(os.path.join(example_path, "distributed_fake_data.yaml"))