Skip to content

Commit

Permalink
disable flaky auto sch tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Nov 3, 2020
1 parent e02f9cd commit 38ea278
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/python/unittest/test_auto_scheduler_layout_rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,6 @@ def test_correctness_layout_rewrite_insert_transform_stage():

if __name__ == "__main__":
test_apply_steps_with_layout_rewrite()
test_correctness_layout_rewrite_rewrite_for_preTransformed()
test_correctness_layout_rewrite_insert_transform_stage()
# Disable for now due to being flaky on i386
# test_correctness_layout_rewrite_rewrite_for_preTransformed()
# test_correctness_layout_rewrite_insert_transform_stage()

0 comments on commit 38ea278

Please sign in to comment.