diff --git a/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc b/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc index 03d08760d4..73d50ad943 100644 --- a/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc +++ b/projects/hip/tests/catch/unit/memory/hipMalloc3DArray.cc @@ -163,11 +163,6 @@ TEMPLATE_TEST_CASE("Unit_hipMalloc3DArray_happy", "", char, uchar2, uint2, int4, TEMPLATE_TEST_CASE("Unit_hipMalloc3DArray_MaxTexture", "", int, uint4, short, ushort2, unsigned char, float, float4) { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-97"); - return; -#endif - hipArray_t array; const hipChannelFormatDesc desc = hipCreateChannelDesc(); #if HT_AMD