From 0aea7409f001169d6ce66a263e76d09d7c0e7aa4 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:14:40 +0530 Subject: [PATCH] SWDEV-351282 - Enable test - Unit_hipArray3DCreate_Negative_NullDescPtr (#2896) Change-Id: I162db667e0557e172638dc6c0dc6ea82ac7db564 --- tests/catch/unit/memory/hipArray3DCreate.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/catch/unit/memory/hipArray3DCreate.cc b/tests/catch/unit/memory/hipArray3DCreate.cc index 46c31c1b52..973868eded 100644 --- a/tests/catch/unit/memory/hipArray3DCreate.cc +++ b/tests/catch/unit/memory/hipArray3DCreate.cc @@ -214,11 +214,6 @@ TEST_CASE("Unit_hipArray3DCreate_Negative_NullArrayPtr") { // Providing the description pointer as nullptr should return an error TEST_CASE("Unit_hipArray3DCreate_Negative_NullDescPtr") { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-130"); - return; -#endif - DriverContext ctx; hiparray array; HIP_CHECK_ERROR(hipArray3DCreate(&array, nullptr), hipErrorInvalidValue);