We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86fa60 commit d166650Copy full SHA for d166650
.github/workflows/qemu.yaml
@@ -58,6 +58,8 @@ jobs:
58
build \
59
"
60
- name: Run all tests
61
+ # Disabled being tracked here: https://github.com/project-chip/connectedhomeip/issues/32587
62
+ if: false
63
run: |
64
src/test_driver/esp32/run_qemu_image.py \
65
--verbose \
0 commit comments