Skip to content

Commit

Permalink
test_auto_scheduler_evolutionary_search.py test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shtin committed May 25, 2022
1 parent bf975af commit 281cf28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def predict(self, task, states):
assert found


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

0 comments on commit 281cf28

Please sign in to comment.