SWDEV-345020 - Enable test cases after fix. (#2833)

Change-Id: I7ac1352e2442638e7156b05429fc4feef3af8e3f
Tento commit je obsažen v:
ROCm CI Service Account
2022-09-16 23:55:30 +05:30
odevzdal GitHub
rodič a47f421eb8
revize 0b105a27b9
-4
Zobrazit soubor
@@ -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);