Skip to content

Commit

Permalink
Remove unstable ThreadPool events test (dotnet#56680)
Browse files Browse the repository at this point in the history
The threadpool events being verified by this test aren't
guaranteed to occur given the test code. All of them are
the results of background timers and relative execution
speed of work items. Given the relatively low event coverage
of the existing test and my historical understanding that
specific events don't often regress, trying to stabilize this test
is probably more hassle than it is worth.
noahfalk authored Aug 6, 2021
1 parent cca4dd0 commit 3675d99
Showing 3 changed files with 0 additions and 87 deletions.
3 changes: 0 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
@@ -114,9 +114,6 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/*">
<Issue>https://github.com/dotnet/runtime/issues/44341</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/eventsvalidation/ThreadPool/*">
<Issue>https://github.com/dotnet/runtime/issues/48727</Issue>
</ExcludeList>
</ItemGroup>

<!-- All Unix targets on all runtimes -->
68 changes: 0 additions & 68 deletions src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.csproj

This file was deleted.

0 comments on commit 3675d99

Please sign in to comment.