SWDEV-327563 - Windows Enable fixed tests v5 (#3059)

Change-Id: Ie144e481f38b3e5d462f64d76ab4fd32043f2b46
This commit is contained in:
ROCm CI Service Account
2022-11-07 15:36:09 +05:30
committed by GitHub
parent cd4a634935
commit 4fbc08e6c4
3 changed files with 1 additions and 35 deletions
@@ -95,11 +95,6 @@ TEST_CASE("Unit_hipEventDestroy_WithWaitingStream") {
}
TEST_CASE("Unit_hipEventDestroy_Negative") {
#if HT_AMD
HipTest::HIP_SKIP_TEST("EXSWCPHIPT-103");
return;
#endif
SECTION("Invalid Event") {
hipEvent_t event{nullptr};
HIP_CHECK_ERROR(hipEventDestroy(event), hipErrorInvalidResourceHandle);