From 9c1cf8ea8b570b1356e3c232e6dc38bc766f995c Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Tue, 4 Aug 2026 10:36:41 +0100 Subject: [PATCH] Temporarily disable QNX integration tests on Actions It is not working as it does locally - disable it for now to avoid blocking other changes while we investigate. --- .github/workflows/qnx8.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/qnx8.yml b/.github/workflows/qnx8.yml index 662a60b5f..a38a3158f 100644 --- a/.github/workflows/qnx8.yml +++ b/.github/workflows/qnx8.yml @@ -28,12 +28,8 @@ jobs: fail-fast: false matrix: include: - - bazel-config: x86_64-qnx - bazel-test-target: //examples/... //score/... //tests/... - bazel-config: unit-tests-x86_64-qnx bazel-test-target: //examples/... //score/... //tests/... - - bazel-config: arm64-qnx - bazel-test-target: //examples/... //score/... //tests/... - bazel-config: unit-tests-arm64-qnx bazel-test-target: //examples/... //score/... //tests/... extra-bazel-test-flags: "--test_timeout=120,600,1800,7200" # Increase test timeout due to QEMU emulation