Skip to content

Commit

Permalink
Merge branch 'fix/skip-test-gdbstub-runtime-xtensa-stepping-bug' into…
Browse files Browse the repository at this point in the history
… 'master'

fix(gdbstub): skip xtensa_stepping_bug testcase until fixed

Closes IDFCI-1777

See merge request espressif/esp-idf!25207
  • Loading branch information
Lapshin committed Aug 4, 2023
2 parents 40532cb + 16f3470 commit 23c89cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_apps/system/gdbstub_runtime/pytest_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_gdbstub_runtime(dut: PanicTestDut) -> None:
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.generic
@pytest.mark.temp_skip_ci(targets=['esp32s3'], reason='fix IDF-7927')
@pytest.mark.temp_skip_ci(targets=['esp32', 'esp32s2', 'esp32s3'], reason='fix IDF-7927')
def test_gdbstub_runtime_xtensa_stepping_bug(dut: PanicTestDut) -> None:
dut.expect_exact('tested app is runnig.')
dut.write(b'\x03') # send Ctrl-C
Expand Down

0 comments on commit 23c89cd

Please sign in to comment.