Skip to content

Commit 281cf28

Browse files
author
Sergey Shtin
committed
test_auto_scheduler_evolutionary_search.py test fix.
1 parent bf975af commit 281cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/unittest/test_auto_scheduler_evolutionary_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def predict(self, task, states):
6868
assert found
6969

7070

71-
@pytest.skip(reason="See https://github.com/apache/tvm/issues/11440")
71+
@pytest.mark.skip("See https://github.com/apache/tvm/issues/11440")
7272
def test_mutate_parallel():
7373
"""
7474
The test case initializes evo search with a batch of "bad" states and check whether

0 commit comments

Comments
 (0)