diff --git a/sycl/test-e2e/ESIMD/unified_memory_api/Inputs/block_store.hpp b/sycl/test-e2e/ESIMD/unified_memory_api/Inputs/block_store.hpp index 69cb1b87b2245..d6c82af193397 100644 --- a/sycl/test-e2e/ESIMD/unified_memory_api/Inputs/block_store.hpp +++ b/sycl/test-e2e/ESIMD/unified_memory_api/Inputs/block_store.hpp @@ -682,9 +682,9 @@ bool test_block_store_local_acc_slm(queue Q) { bool Passed = true; - // Many cases currently fail on Windows before this driver version. - if (!esimd_test::isGPUDriverGE(Q, esimd_test::GPUDriverOS::Windows, "26957", - "101.4824", false)) + // Many cases currently fail before this driver version. + if (!esimd_test::isGPUDriverGE(Q, esimd_test::GPUDriverOS::LinuxAndWindows, + "26957", "101.4824", false)) return Passed; // Test block_store() from SLM that doesn't use the mask is implemented