Skip to content

Commit

Permalink
ci: skip test_apptrace_reset for esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
sobuch committed Dec 12, 2024
1 parent cb9d8ea commit 4f3c7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/esp/test_apptrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_apptrace_autostop(self):
self.assertEqual(line, "[%d %s]\n" % (i, " " * (i * 20)))
os.remove(trace_file_name)

@skip_for_chip(['esp32'], "skipped - OCD-1047")
def test_apptrace_reset(self):
"""
This test checks that apptracing continue to work if target resets between start and stop
Expand Down

0 comments on commit 4f3c7b9

Please sign in to comment.