diff --git a/projects/hip-tests/catch/unit/device/hipGetProcAddressIpcApis.cc b/projects/hip-tests/catch/unit/device/hipGetProcAddressIpcApis.cc index 927cf5ff8d..cf016ea3f0 100644 --- a/projects/hip-tests/catch/unit/device/hipGetProcAddressIpcApis.cc +++ b/projects/hip-tests/catch/unit/device/hipGetProcAddressIpcApis.cc @@ -221,10 +221,6 @@ TEST_CASE("Unit_hipGetProcAddress_IPC_Event") { REQUIRE(validateHostArray(hostMem, N, 11) == true); - float time = 0.0f; - HIP_CHECK(hipEventElapsedTime(&time, start, stop)); - REQUIRE(time > 0.0f); - HIP_CHECK(hipEventDestroy(stop)); HIP_CHECK(hipStreamDestroy(stream)); free(hostMem);