Skip to content

Commit

Permalink
skip flaky vk test
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Mar 28, 2022
1 parent c19ecc1 commit 183b4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_target_codegen_vulkan.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def test_array_vectorize_add(target, dev, dtype):


@tvm.testing.parametrize_targets("vulkan")
@pytest.mark.skip("Flaky, https://github.com/apache/tvm/issues/10779")
def test_vulkan_stress(target, dev):
"""
Launch a randomized test with multiple kernels per stream, multiple uses of
Expand Down

0 comments on commit 183b4cf

Please sign in to comment.