Skip to content

Commit

Permalink
fix: Removed targets from the test_apps script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrominatel committed Nov 29, 2024
1 parent d166439 commit ff9abf0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/motor/servo/test_apps/pytest_servo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
from pytest_embedded import Dut

@pytest.mark.target('esp32')
@pytest.mark.target('esp32c3')
@pytest.mark.target('esp32c6')
@pytest.mark.target('esp32s3')
@pytest.mark.target('esp32s2')
@pytest.mark.env('generic')
@pytest.mark.parametrize(
'config',
Expand Down

0 comments on commit ff9abf0

Please sign in to comment.