Skip to content

Commit c0c112a

Browse files
committed
[UR][CUDA] Disable urEnqueueKernelLaunchIncrementMultiDeviceTest.Success
This test recently started failing since the runner had a fresh install, disabling until the issue is resolved. See #19033.
1 parent 8b2cf52 commit c0c112a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unified-runtime/test/conformance/enqueue/urEnqueueKernelLaunchAndMemcpyInOrder.cpp

Lines changed: 2 additions & 1 deletion
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;
@@ -349,7 +351,6 @@ struct urEnqueueKernelLaunchIncrementMultiDeviceMultiThreadTest
349351
// With !queuePerThread this becomes a test on a single device
350352
this->trueMultiDevice = queuePerThread;
351353
UUR_RETURN_ON_FATAL_FAILURE(
352-
urEnqueueKernelLaunchIncrementMultiDeviceTestWithParam<Param>::SetUp());
353354
}
354355

355356
bool useEvents;

0 commit comments

Comments
 (0)