Skip to content

Commit 776de7d

Browse files
authored
[UR][CUDA] Disable urEnqueueKernelLaunchIncrementMultiDeviceTest.Success (#19035)
This test recently started failing since the runner had a fresh install, disabling until the issue is resolved. See #19033.
1 parent 1335ff7 commit 776de7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unified-runtime/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)