diff --git a/tests/python/contrib/test_verilator/test_verilator_ops.py b/tests/python/contrib/test_verilator/test_verilator_ops.py index 8052f4fa64e6..d6706f6b92d6 100644 --- a/tests/python/contrib/test_verilator/test_verilator_ops.py +++ b/tests/python/contrib/test_verilator/test_verilator_ops.py @@ -183,12 +183,14 @@ def tbias(lanes): print_test_info("nn.bias_add", lanes, cycles) +@pytest.mark.skip(reason="Skip because Verilator codegen is not available") def test_add(): """add tests.""" tadd(1) tadd(4) +@pytest.mark.skip(reason="Skip because Verilator codegen is not available") def test_bias_add(): """bias_add tests.""" tbias(1)