We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ab8ce commit eb19e81Copy full SHA for eb19e81
sycl/unittests/program_manager/MultipleDevsKernelBundle.cpp
@@ -531,7 +531,8 @@ static ur_result_t redefinedurProgramGetInfo(void *pParams) {
531
return UR_RESULT_SUCCESS;
532
}
533
534
-TEST_P(MultipleDevsKernelBundleTest, PersistentCache) {
+// https://github.com/intel/llvm/issues/18122
535
+TEST_P(MultipleDevsKernelBundleTest, DISABLED_PersistentCache) {
536
// Create temporary directory for the persistent cache in the directory of the
537
// test binary.
538
std::string PersistentCachePath = sycl::detail::OSUtil::getCurrentDSODir() +
0 commit comments