From 27235f2def0620b235aa2f8452bb27a1367d07d8 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:55:30 +0530 Subject: [PATCH] SWDEV-345020 - Enable test cases after fix. (#2833) Change-Id: I7ac1352e2442638e7156b05429fc4feef3af8e3f [ROCm/hip-tests commit: 627372dd2021a53bfd07f8d48e74e12cea351f5b] --- projects/hip-tests/catch/unit/memory/hipMallocArray.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip-tests/catch/unit/memory/hipMallocArray.cc b/projects/hip-tests/catch/unit/memory/hipMallocArray.cc index 8b2099a4ec..680d08057c 100644 --- a/projects/hip-tests/catch/unit/memory/hipMallocArray.cc +++ b/projects/hip-tests/catch/unit/memory/hipMallocArray.cc @@ -658,10 +658,6 @@ TEST_CASE("Unit_hipMallocArray_Negative_3ChannelElement") { // The bit channel description should not allow any channels after a zero channel TEST_CASE("Unit_hipMallocArray_Negative_ChannelAfterZeroChannel") { -#if HT_AMD - HipTest::HIP_SKIP_TEST("EXSWCPHIPT-129"); - return; -#endif const int bits = GENERATE(8, 16, 32); const hipChannelFormatKind formatKind = GENERATE(hipChannelFormatKindSigned, hipChannelFormatKindUnsigned, hipChannelFormatKindFloat);