ci: update protocol/ethernet pytest markers

This commit is contained in:
Chen Yudong
2024-01-30 18:42:22 +08:00
parent a6e2c52a43
commit a72d5f4b41
13 changed files with 78 additions and 133 deletions

View File

@@ -5,7 +5,6 @@ from pytest_embedded import Dut
@pytest.mark.esp32
@pytest.mark.esp32c2
@pytest.mark.ethernet
def test_mqtt_client(dut: Dut) -> None:
dut.expect_unity_test_output()