SWDEV-351225 - Enable test - Unit_hipArrayCreate_Nullptr (#2891)

Change-Id: Ib9d43e0285ec50fdbf3ae05ed0d107b27280bfb0
This commit is contained in:
ROCm CI Service Account
2022-09-22 21:13:44 +05:30
committato da GitHub
parent f5bc878b5f
commit b98e00b60d
-4
Vedi File
@@ -322,10 +322,6 @@ TEST_CASE("Unit_hipArrayCreate_ZeroWidth") {
// HipArrayCreate will return an error when nullptr is used as the array argument
TEST_CASE("Unit_hipArrayCreate_Nullptr") {
#if HT_AMD
HipTest::HIP_SKIP_TEST("EXSWCPHIPT-130");
return;
#endif
DriverContext ctx;
SECTION("Null array") {
HIP_ARRAY_DESCRIPTOR desc;