Uh oh!
There was an error while loading. Please reload this page.
Disable the GetTotalPauseDuration test - #75141
Conversation
ghost
commented
Sep 6, 2022
Tagging subscribers to this area: @dotnet/gc Issue Detailsnull
|
mangod9
commented
Sep 6, 2022
technically its only failing on arm64? This disables it for all platforms correct? |
cshung
commented
Sep 6, 2022
Yes, this will disables it for all platforms. Is it possible to disable it for arm64 windows only? How? |
mangod9
commented
Sep 6, 2022
you could do it in issues.targets: runtime/src/tests/issues.targets Line 198 in 2a74721 |
mangod9
commented
Sep 6, 2022
And if win-arm64 only: runtime/src/tests/issues.targets Line 542 in 2a74721 |
cshung
commented
Sep 6, 2022
Thanks, once the test is disabled using issues.target, will it be run at all? |
Temporarily disabling the test for #74631