From 9c6c665f65246df6ac06aef03ec5d37f88a95fa8 Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:57:48 +0530 Subject: [PATCH] SWDEV-327563 - skip Unit_hipGraphChild_hipUserObject_hipGraphUserObject (#108) Test times out in Nvidia but passes in AMD. Skipping temporarily till issue is fixed --- catch/unit/graph/hipGraphCloneComplx.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catch/unit/graph/hipGraphCloneComplx.cc b/catch/unit/graph/hipGraphCloneComplx.cc index 7000b21642..65d7b05e5c 100644 --- a/catch/unit/graph/hipGraphCloneComplx.cc +++ b/catch/unit/graph/hipGraphCloneComplx.cc @@ -1990,6 +1990,8 @@ TEST_CASE("Unit_hipGraphClone_hipUserObject_hipGraphUserObject_Negative") { Oroginal graph and releasing it for other graph) */ TEST_CASE("Unit_hipGraphChild_hipUserObject_hipGraphUserObject") { + HipTest::HIP_SKIP_TEST("Test times out in Nvidia but passes in AMD. Need to understand more."); + return; constexpr size_t Nbytes = N * sizeof(int); constexpr auto blocksPerCU = 6; // to hide latency constexpr auto threadsPerBlock = 256;