Skip to content

Commit 8d8eb06

Browse files
authored
Merge pull request #1885 from igchor/test_disable
[Testing] Disable failing multi-device test on L0
2 parents f11caf9 + 3c7c4d2 commit 8d8eb06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/multi_device.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555

5656
- name: Test adapter specific
5757
working-directory: ${{github.workspace}}/build
58-
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
58+
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" -E "test-adapter-level_zero_multi_queue" --timeout 180
59+
# TODO: investigate why test-adapter-level_zero_multi_queue fails on newer driver
5960

6061
- name: Test adapters
6162
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)