From 900ae2cc9562a719c17531ea8bd93e856c192360 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:12:28 +0530 Subject: [PATCH] SWDEV-351285 - Enable test - Unit_hipMemGetInfo_Negative (#2869) Change-Id: Ie3039eb458aedd276d85bc9e44f62e994c7be4c8 --- tests/catch/unit/memory/hipMemGetInfo.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/catch/unit/memory/hipMemGetInfo.cc b/tests/catch/unit/memory/hipMemGetInfo.cc index 93481eb347..24d42bd8b4 100644 --- a/tests/catch/unit/memory/hipMemGetInfo.cc +++ b/tests/catch/unit/memory/hipMemGetInfo.cc @@ -535,10 +535,6 @@ TEST_CASE("Unit_hipMemGetInfo_ParaMultiSmall") { TEST_CASE("Unit_hipMemGetInfo_Negative") { -#if HT_AMD - HipTest::HIP_SKIP_TEST(" EXSWCPHIPT-61"); - return; -#endif size_t freeMemInit; size_t totalMemInit; HIP_CHECK(hipMemGetInfo(&freeMemInit, &totalMemInit));