SWDEV-327563 - Windows Enable fixed tests v5 (#3059)
Change-Id: Ie144e481f38b3e5d462f64d76ab4fd32043f2b46
This commit is contained in:
committed by
GitHub
parent
cd4a634935
commit
4fbc08e6c4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user