From f4a1f56c08e37339f5205efef53647158b4958c1 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 13 Jul 2022 10:30:16 +0800 Subject: [PATCH] ci: remove unsupported test markers --- examples/system/ota/otatool/pytest_otatool.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/system/ota/otatool/pytest_otatool.py b/examples/system/ota/otatool/pytest_otatool.py index 185ec52af5..555c38312e 100644 --- a/examples/system/ota/otatool/pytest_otatool.py +++ b/examples/system/ota/otatool/pytest_otatool.py @@ -10,7 +10,10 @@ import pytest from pytest_embedded import Dut -@pytest.mark.supported_targets +@pytest.mark.esp32 +@pytest.mark.esp32s2 +@pytest.mark.esp32c3 +@pytest.mark.esp32s3 @pytest.mark.generic def test_otatool_example(dut: Dut) -> None: # Verify factory firmware