Skip to content

Commit 465f02c

Browse files
committed
Reenabled the qemu tests for ESP32 in CI after updating the qemu docker file
- Reference PR #32685 has the fix for the QEMU failure.
1 parent 2f17606 commit 465f02c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/qemu.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: ghcr.io/project-chip/chip-build-esp32-qemu:41
41+
image: ghcr.io/project-chip/chip-build-esp32-qemu:46
4242
volumes:
4343
- "/tmp/log_output:/tmp/test_logs"
4444

@@ -58,8 +58,6 @@ jobs:
5858
build \
5959
"
6060
- name: Run all tests
61-
# Disabled being tracked here: https://github.com/project-chip/connectedhomeip/issues/32587
62-
if: false
6361
run: |
6462
src/test_driver/esp32/run_qemu_image.py \
6563
--verbose \

0 commit comments

Comments
 (0)