Skip to content

Commit

Permalink
Merge pull request #1885 from igchor/test_disable
Browse files Browse the repository at this point in the history
[Testing] Disable failing multi-device test on L0
  • Loading branch information
pbalcer authored Jul 23, 2024
2 parents f11caf9 + 3c7c4d2 commit 8d8eb06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/multi_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:

- name: Test adapter specific
working-directory: ${{github.workspace}}/build
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
# TODO: investigate why test-adapter-level_zero_multi_queue fails on newer driver

- name: Test adapters
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit 8d8eb06

Please sign in to comment.