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