SWDEV-366636 - Fix test timing issue (#182)

Change-Id: I7de327adc59516f5d32a8861c7810f28a5c3d22b
Этот коммит содержится в:
ROCm CI Service Account
2023-02-28 05:22:10 +05:30
коммит произвёл GitHub
родитель df20298706
Коммит 72bffc7b27
-2
Просмотреть файл
@@ -110,8 +110,6 @@ TEST_CASE("Unit_hipEventSynchronize_NoEventRecord_Positive") {
// Record the end_event
HIP_CHECK(hipEventRecord(end_event, NULL));
// End event has not been completed
HIP_CHECK_ERROR(hipEventQuery(end_event), hipErrorNotReady);
// When hipEventSynchronized is called on event that has not been recorded,
// the function returns immediately