Remove unstable ThreadPool events test (#56680)
authorNoah Falk <noahfalk@users.noreply.github.com>
Fri, 6 Aug 2021 07:18:26 +0000 (00:18 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 07:18:26 +0000 (00:18 -0700)
commit3675d994cce0d7b97a93c3fae3e6f32273722078
tree65bbfc56d8dcff4ba9d53e0b996efd6b1f746eed
parentcca4dd0e307ea823d166a95537236890e0936248
Remove unstable ThreadPool events test (#56680)

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.
src/tests/issues.targets
src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.cs [deleted file]
src/tests/tracing/eventpipe/eventsvalidation/ThreadPool.csproj [deleted file]