From b98e00b60dafc19f3de945df04e887ce7c483a55 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:13:44 +0530 Subject: [PATCH] SWDEV-351225 - Enable test - Unit_hipArrayCreate_Nullptr (#2891) Change-Id: Ib9d43e0285ec50fdbf3ae05ed0d107b27280bfb0 --- catch/unit/memory/hipArrayCreate.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/catch/unit/memory/hipArrayCreate.cc b/catch/unit/memory/hipArrayCreate.cc index efffc344e5..1db90d8a1b 100644 --- a/catch/unit/memory/hipArrayCreate.cc +++ b/catch/unit/memory/hipArrayCreate.cc @@ -322,10 +322,6 @@ TEST_CASE("Unit_hipArrayCreate_ZeroWidth") { // HipArrayCreate will return an error when nullptr is used as the array argument TEST_CASE("Unit_hipArrayCreate_Nullptr") { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-130"); - return; -#endif DriverContext ctx; SECTION("Null array") { HIP_ARRAY_DESCRIPTOR desc;