This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new aaee8aa441 [skip ci][ci] Disable `test_solution_consistency` (#11460)
aaee8aa441 is described below

commit aaee8aa441ba9be3934dbfa358767d54f2b2e159
Author: driazati <[email protected]>
AuthorDate: Fri May 27 03:51:34 2022 -0700

    [skip ci][ci] Disable `test_solution_consistency` (#11460)
    
    See #11458
    
    Co-authored-by: driazati <[email protected]>
---
 tests/python/unittest/test_arith_solve_linear_inequality.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_arith_solve_linear_inequality.py 
b/tests/python/unittest/test_arith_solve_linear_inequality.py
index b2a6c9c535..9fbe98fe57 100644
--- a/tests/python/unittest/test_arith_solve_linear_inequality.py
+++ b/tests/python/unittest/test_arith_solve_linear_inequality.py
@@ -21,6 +21,7 @@ import tvm
 from tvm import te, arith, ir, tir, testing
 
 
[email protected](reason="See https://github.com/apache/tvm/issues/11458";)
 def test_solution_consistency():
     seed = random.randrange(sys.maxsize)
     print(

Reply via email to