diff --git a/tests/python/integration/test_auto_tensorize.py b/tests/python/integration/test_auto_tensorize.py index 70b2b875c124..15e6bbe24c74 100644 --- a/tests/python/integration/test_auto_tensorize.py +++ b/tests/python/integration/test_auto_tensorize.py @@ -334,7 +334,7 @@ def test_dp4a_conv2d(): @tvm.testing.requires_cascadelake -@pytest.mark.skip_if(tvm.testing.IS_IN_CI, reason="Slow on CI") +@pytest.mark.skipif(tvm.testing.IS_IN_CI, reason="Slow on CI") def test_vnni_bert_int8(): relay_mod, params, input_info = load_quantized_bert_base() _test_bert_int8(