mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'fix/skip-test-gdbstub-runtime-xtensa-stepping-bug' into 'master'
fix(gdbstub): skip xtensa_stepping_bug testcase until fixed Closes IDFCI-1777 See merge request espressif/esp-idf!25207
This commit is contained in:
commit
23c89cdab3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user