Skip to content

Commit eb19e81

Browse files
authored
[SYCL] Disable sporadically failing cache unit test (#18123)
See [here](#18122). Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent d9ab8ce commit eb19e81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/unittests/program_manager/MultipleDevsKernelBundle.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,8 @@ static ur_result_t redefinedurProgramGetInfo(void *pParams) {
531531
return UR_RESULT_SUCCESS;
532532
}
533533

534-
TEST_P(MultipleDevsKernelBundleTest, PersistentCache) {
534+
// https://github.com/intel/llvm/issues/18122
535+
TEST_P(MultipleDevsKernelBundleTest, DISABLED_PersistentCache) {
535536
// Create temporary directory for the persistent cache in the directory of the
536537
// test binary.
537538
std::string PersistentCachePath = sycl::detail::OSUtil::getCurrentDSODir() +

0 commit comments

Comments
 (0)