Skip to content

Commit ff9abf0

Browse files
committed
fix: Removed targets from the test_apps script
1 parent d166439 commit ff9abf0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/motor/servo/test_apps/pytest_servo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
from pytest_embedded import Dut
1717

1818
@pytest.mark.target('esp32')
19-
@pytest.mark.target('esp32c3')
20-
@pytest.mark.target('esp32c6')
21-
@pytest.mark.target('esp32s3')
19+
@pytest.mark.target('esp32s2')
2220
@pytest.mark.env('generic')
2321
@pytest.mark.parametrize(
2422
'config',

0 commit comments

Comments
 (0)