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
+1 -6
View File
@@ -72,12 +72,7 @@ TEST_CASE("Unit_hipStreamDestroy_WithFinishedWork") {
// of work
#if HT_AMD /* Disabled because frequency based wait is timing out on nvidia platforms */
TEST_CASE("Unit_hipStreamDestroy_WithPendingWork") {
#if HT_AMD
HipTest::HIP_SKIP_TEST(
"EXSWCPHIPT-44 - expected hipStreamDestroy to return immediately then release the resources "
"when the queued jobs are finished");
return;
#endif
hipStream_t stream{};
HIP_CHECK(hipStreamCreate(&stream));
constexpr int numDataPoints = 10;