diff --git a/tests/micro/zephyr/test_zephyr_aot.py b/tests/micro/zephyr/test_zephyr_aot.py index 1602a41854625..abab84fccbefb 100644 --- a/tests/micro/zephyr/test_zephyr_aot.py +++ b/tests/micro/zephyr/test_zephyr_aot.py @@ -139,7 +139,10 @@ def _get_message(fd, expr: str): @tvm.testing.requires_micro -def test_tflite(temp_dir, platform, west_cmd, skip_build, tvm_debug): +def test_tflite(platform, west_cmd, skip_build, tvm_debug): + if platform not in ["host", "mps2_an521", "nrf5340dk", "stm32l4r5zi_nucleo", "zynq_mp_r5"]: + pytest.skip(msg="Model does not fit.") + """Testing a TFLite model.""" if platform not in ["host", "mps2_an521", "nrf5340dk", "stm32l4r5zi_nucleo", "zynq_mp_r5"]: