Skip to content

Commit

Permalink
[skip ci][ci] Disable test_solution_consistency (#11460)
Browse files Browse the repository at this point in the history
See #11458

Co-authored-by: driazati <driazati@users.noreply.github.com>
  • Loading branch information
driazati and driazati authored May 27, 2022
1 parent 6895087 commit aaee8aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from tvm import te, arith, ir, tir, testing


@pytest.mark.skip(reason="See https://github.com/apache/tvm/issues/11458")
def test_solution_consistency():
seed = random.randrange(sys.maxsize)
print(
Expand Down

0 comments on commit aaee8aa

Please sign in to comment.