SWDEV-351285 - Enable test - Unit_hipMemGetInfo_Negative (#2869)

Change-Id: Ie3039eb458aedd276d85bc9e44f62e994c7be4c8

[ROCm/hip-tests commit: 176ca33b4c]
This commit is contained in:
ROCm CI Service Account
2022-09-22 21:12:28 +05:30
committed by GitHub
parent fba551cb60
commit f690c9bd94
@@ -535,10 +535,6 @@ TEST_CASE("Unit_hipMemGetInfo_ParaMultiSmall") {
TEST_CASE("Unit_hipMemGetInfo_Negative") {
#if HT_AMD
HipTest::HIP_SKIP_TEST(" EXSWCPHIPT-61");
return;
#endif
size_t freeMemInit;
size_t totalMemInit;
HIP_CHECK(hipMemGetInfo(&freeMemInit, &totalMemInit));