From 1545bed384c95407c2b16ecfc1dfd7eb5e5e2f74 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:34:04 +0530 Subject: [PATCH] SWDEV-351279 - Enable test (#2862) Change-Id: Ia7f55de36f91a580f45e19a7c51f8e60f4aa59c6 --- catch/unit/memory/hipArray3DCreate.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/catch/unit/memory/hipArray3DCreate.cc b/catch/unit/memory/hipArray3DCreate.cc index 9c11152936..46c31c1b52 100644 --- a/catch/unit/memory/hipArray3DCreate.cc +++ b/catch/unit/memory/hipArray3DCreate.cc @@ -87,11 +87,6 @@ TEMPLATE_TEST_CASE("Unit_hipArray3DCreate_happy", "", char, uchar2, uint2, int4, TEMPLATE_TEST_CASE("Unit_hipArray3DCreate_MaxTexture", "", int, uint4, short, ushort2, unsigned char, float, float4) { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-97"); - return; -#endif - using vec_info = vector_info; DriverContext ctx;