From 3388d18425115e562407108d2716fddf045f5cbf Mon Sep 17 00:00:00 2001 From: Neil Hickey Date: Tue, 21 Feb 2023 11:59:36 +0000 Subject: [PATCH] [CI] Fix test skipping pytest attribute --- tests/python/integration/test_auto_tensorize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(