Skip to content

Commit a6f4694

Browse files
authored
[CI][Flaky] Skip zephyr_qemu-x86 tests that are part of task_python_microtvm (#14005)
These tests fail sometimes with beef3 due to small size of ring buffer. RPC client ends with SessionTerminatedError. Skipping these tests until a permanent solution is found to #14004.
1 parent 1e5a830 commit a6f4694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/micro/common/test_tvmc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def test_tvmc_model_build_only(platform, board, output_dir):
122122
shutil.rmtree(output_dir)
123123

124124

125+
@pytest.mark.skip("Flaky, https://github.com/apache/tvm/issues/14004")
125126
@pytest.mark.requires_hardware
126127
@tvm.testing.requires_micro
127128
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)