Skip to content

Commit 092189d

Browse files
authored
[UR][Graph] Disable flaky PVC CTS test (#18586)
CTS test `urInOrderUSMCommandBufferExpTest.WithHints` has been reported as failing on unrelated PRs on PVC in GitHub CI #18544 which were added recently in #18444 Disable the UR CTS in-order tests on Level-Zero V1 adapter until this bug is investigated and resolved. I've disabled more than the specific test that fails, as the others UR tests inheriting from the base fixture are variants, and it is not unlikely that we'd end up seeing flaky fails in CI for them too.
1 parent d1beb8e commit 092189d

File tree

1 file changed

+4
-0
lines changed
  • unified-runtime/test/conformance/exp_command_buffer

1 file changed

+4
-0
lines changed

unified-runtime/test/conformance/exp_command_buffer/in-order.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ struct urInOrderCommandBufferExpTest
1616
virtual void SetUp() override {
1717
UUR_RETURN_ON_FATAL_FAILURE(urCommandBufferExpExecutionTest::SetUp());
1818

19+
// Level-Zero bug https://github.com/intel/llvm/issues/18544
20+
// Re-enable these tests once fixed
21+
UUR_KNOWN_FAILURE_ON(uur::LevelZero{});
22+
1923
ur_exp_command_buffer_desc_t desc{
2024
UR_STRUCTURE_TYPE_EXP_COMMAND_BUFFER_DESC, // stype
2125
nullptr, // pnext

0 commit comments

Comments
 (0)