You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2020/09/27 22:30:43 UTC

[incubator-tvm] branch master updated: [TEST] Temporary disable test_mutate_parallel (#6572)

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

comaniac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/master by this push:
     new 5778537  [TEST] Temporary disable test_mutate_parallel (#6572)
5778537 is described below

commit 5778537c242fd1d0636541e0b92753836e92d553
Author: Tianqi Chen <tq...@users.noreply.github.com>
AuthorDate: Sun Sep 27 15:30:25 2020 -0700

    [TEST] Temporary disable test_mutate_parallel (#6572)
    
    * [TEST] Temporary disable test_mutate_parallel
    
    * Use skip
---
 tests/python/unittest/test_auto_scheduler_evolutionary_search.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/python/unittest/test_auto_scheduler_evolutionary_search.py b/tests/python/unittest/test_auto_scheduler_evolutionary_search.py
index a3e7d84..b51066b 100644
--- a/tests/python/unittest/test_auto_scheduler_evolutionary_search.py
+++ b/tests/python/unittest/test_auto_scheduler_evolutionary_search.py
@@ -17,6 +17,7 @@
 """ Test evolutionary search. """
 
 import tvm
+import pytest
 from test_auto_scheduler_common import matmul_auto_scheduler_test
 from tvm import auto_scheduler, te
 from tvm.auto_scheduler.cost_model.cost_model import PythonBasedModel
@@ -68,6 +69,7 @@ def test_mutate_tile_size():
     assert found
 
 
+@pytest.mark.skip(reason="flaky")
 def test_mutate_parallel():
     """
     The test case initializes evo search with a batch of "bad" states and check whether