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