Commit a3a249b
Ewan Crawford
[UR][HIP][Graph] Disable flaky urUpdatableEnqueueCommandBufferExpTest test (#18843)
The `urUpdatableEnqueueCommandBufferExpTest/SerializeAcrossQueues` test
failed on HIP in CI recently
https://github.com/intel/llvm/actions/runs/15471380123/job/43557243642
Other tests in the same fixture are already documented as as flaky in
intel/llvm#18722
Move the skip on HIP devices up to the base fixture to disable all the
related tests to keep CI green until it can be investigated and fixed.1 parent 9fa76f9 commit a3a249b
File tree
1 file changed
+3
-3
lines changed- unified-runtime/test/conformance/exp_command_buffer/update
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments