SWDEV-351282 - Enable test - Unit_hipArray3DCreate_Negative_NullDescPtr (#2896)

Change-Id: I162db667e0557e172638dc6c0dc6ea82ac7db564

[ROCm/hip-tests commit: 0ef8196de7]
This commit is contained in:
ROCm CI Service Account
2022-09-22 21:14:40 +05:30
committed by GitHub
parent 8271ffca6f
commit 80fe371813
@@ -214,11 +214,6 @@ TEST_CASE("Unit_hipArray3DCreate_Negative_NullArrayPtr") {
// Providing the description pointer as nullptr should return an error
TEST_CASE("Unit_hipArray3DCreate_Negative_NullDescPtr") {
#if HT_AMD
HipTest::HIP_SKIP_TEST("EXSWCPHIPT-130");
return;
#endif
DriverContext ctx;
hiparray array;
HIP_CHECK_ERROR(hipArray3DCreate(&array, nullptr), hipErrorInvalidValue);