diff --git a/catch/hipTestMain/config/config_amd_linux_MI2xx.json b/catch/hipTestMain/config/config_amd_linux_MI2xx.json index e8a37c2830..f1a914fa6c 100644 --- a/catch/hipTestMain/config/config_amd_linux_MI2xx.json +++ b/catch/hipTestMain/config/config_amd_linux_MI2xx.json @@ -16,7 +16,8 @@ "Unit_hipSignalExternalSemaphoresAsync_Vulkan_Positive_Multiple_Semaphores", "Unit_hipSignalExternalSemaphoresAsync_Vulkan_Negative_Parameters", "Unit_hipImportExternalSemaphore_Vulkan_Negative_Parameters", - "Unit_hipDestroyExternalSemaphore_Vulkan_Negative_Parameters" + "Unit_hipDestroyExternalSemaphore_Vulkan_Negative_Parameters", + "Unit_Grid_Group_Sync_Positive_Basic" ] } diff --git a/catch/hipTestMain/config/config_amd_linux_common.json b/catch/hipTestMain/config/config_amd_linux_common.json index b8bf15e523..e6b83d620a 100644 --- a/catch/hipTestMain/config/config_amd_linux_common.json +++ b/catch/hipTestMain/config/config_amd_linux_common.json @@ -110,6 +110,9 @@ "=== Below tests fail in stress test on 13/07/23 ===", "Unit_deviceAllocation_Malloc_ComplexDataType", "Unit_deviceAllocation_New_ComplexDataType", - "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1" + "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1", + "=== Below tests fail in stress test on 24/07/23 ===", + "Unit_hipStreamCreateWithPriority_ValidateWithEvents", + "Unit_hipEventIpc" ] }