Parcourir la source

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
Alexey Lapshin il y a 2 ans
Parent
commit
23c89cdab3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tools/test_apps/system/gdbstub_runtime/pytest_runtime.py

+ 1 - 1
tools/test_apps/system/gdbstub_runtime/pytest_runtime.py

@@ -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