diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 726fa21634..4c48ed1076 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -25,7 +25,6 @@ "Unit_hipStreamPerThread_MultiThread", "SWDEV-398981 fails in stress test", "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", - "Unit_hipEventIpc", "=== Below 2 tests are disable due to defect EXSWHTEC-356 ===", "Unit_Device___hisinf2_Accuracy_Positive", "Unit_Device___hisnan2_Accuracy_Positive", diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc index 612123bbb0..5e52be8af5 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc @@ -115,7 +115,7 @@ TEST_CASE("Unit_hipEventIpc") { #endif HIP_CHECK(hipEventDestroy(start)); HIP_CHECK(hipEventDestroy(stop)); -#if HT_AMD +#if HT_WIN HIP_CHECK(hipEventDestroy(ipc_event)); #endif HIP_CHECK(hipMemcpy(C_h, C_d, Nbytes, hipMemcpyDeviceToHost));