From 9a357df11d6df6cc08a1a6bffb4995d6f046bf6a Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Fri, 24 Feb 2023 17:12:28 +0800 Subject: [PATCH] CI: change test env of test_examples_efuse_with_virt_sb_v2_and_fe --- examples/system/efuse/pytest_system_efuse_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/efuse/pytest_system_efuse_example.py b/examples/system/efuse/pytest_system_efuse_example.py index 2b37d3596f..55326da480 100644 --- a/examples/system/efuse/pytest_system_efuse_example.py +++ b/examples/system/efuse/pytest_system_efuse_example.py @@ -784,8 +784,8 @@ def test_examples_efuse_with_virt_sb_v1_and_fe(dut: Dut) -> None: dut.expect('example: Done') -@pytest.mark.generic @pytest.mark.esp32 +@pytest.mark.esp32eco3 @pytest.mark.parametrize('config', ['virt_sb_v2_and_fe.esp32',], indirect=True) @pytest.mark.parametrize('skip_autoflash', ['y'], indirect=True) def test_examples_efuse_with_virt_sb_v2_and_fe(dut: Dut) -> None: