We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f11caf9 + 3c7c4d2 commit 8d8eb06Copy full SHA for 8d8eb06
.github/workflows/multi_device.yml
@@ -55,7 +55,8 @@ jobs:
55
56
- name: Test adapter specific
57
working-directory: ${{github.workspace}}/build
58
- run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
+ 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
60
61
- name: Test adapters
62
0 commit comments