From b9e1aa3beaa7ae6fea938e41992696149e79bc56 Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Fri, 22 Oct 2021 03:44:13 +0900 Subject: [PATCH] Disable Hexagon TestConv2dPackedFilter test --- tests/python/contrib/test_hexagon/test_conv2d_blocked.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/contrib/test_hexagon/test_conv2d_blocked.py b/tests/python/contrib/test_hexagon/test_conv2d_blocked.py index 1304d341eda2..07696b51a327 100644 --- a/tests/python/contrib/test_hexagon/test_conv2d_blocked.py +++ b/tests/python/contrib/test_hexagon/test_conv2d_blocked.py @@ -546,6 +546,7 @@ class TestConv2dPackedFilter(BaseConv2d): conv2d_impl = tvm.testing.parameter(conv2d_packed_filter, conv2d_packed_filter_nhwhwc) @tvm.testing.parametrize_targets("llvm") + @pytest.mark.skip("Skip due to being flaky on i386.") def test_conv2d( self, conv2d_impl,