Skip to content

Commit 3711532

Browse files
kbenziegithub-actions[bot]
authored andcommitted
Disable urEnqueueKernelLaunchIncrementMultiDeviceTest.Success (#19035)
This test recently started failing since the runner had a fresh install, disabling until the issue is resolved. See intel/llvm#19033.
1 parent 41673e1 commit 3711532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/conformance/enqueue/urEnqueueKernelLaunchAndMemcpyInOrder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ UUR_PLATFORM_TEST_SUITE_WITH_PARAM(
268268
// ... ops
269269
TEST_P(urEnqueueKernelLaunchIncrementMultiDeviceTest, Success) {
270270
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
271+
// https://github.com/intel/llvm/issues/19033
272+
UUR_KNOWN_FAILURE_ON(uur::CUDA{});
271273

272274
auto waitOnEvent = std::get<0>(getParam()).value;
273275
auto runBackgroundCheck = std::get<1>(getParam()).value;

0 commit comments

Comments
 (0)