diff --git a/tests/examples/test_scripts.py b/tests/examples/test_scripts.py index 7ebc79c..2e944da 100644 --- a/tests/examples/test_scripts.py +++ b/tests/examples/test_scripts.py @@ -14,6 +14,7 @@ examples_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..", "..", "examples") + @pytest.mark.skip(reason="This test is taking too long") @pytest.mark.singlegpu def test_beir_report():