From 698788d460b4ca159ea2d1eb652b50edc07c913e Mon Sep 17 00:00:00 2001 From: Ashutosh Parkhi Date: Wed, 15 Feb 2023 23:07:54 +0000 Subject: [PATCH] [CI][Flaky] Skip zephyr_qemu-x86 tests that are part of task_python_microtvm 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. Change-Id: I30af8cda612fca832e31d4f909b822f1bccb97ab --- tests/micro/common/test_tvmc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/micro/common/test_tvmc.py b/tests/micro/common/test_tvmc.py index 1e1249b65ed8..f72dc3935810 100644 --- a/tests/micro/common/test_tvmc.py +++ b/tests/micro/common/test_tvmc.py @@ -122,6 +122,7 @@ def test_tvmc_model_build_only(platform, board, output_dir): shutil.rmtree(output_dir) +@pytest.mark.skip("Flaky, https://github.com/apache/tvm/issues/14004") @pytest.mark.requires_hardware @tvm.testing.requires_micro @pytest.mark.parametrize(