Skip to content

Commit

Permalink
Temporarily disable test `ThreadPoolBoundHandleTests.MultipleOperatio…
Browse files Browse the repository at this point in the history
…nsOverSingleHandle_CompletedWorkItemCountTest`

- Not sure what would be causing it, disabling until it's figured out
- Latest failure: dotnet#49700 (comment)
  • Loading branch information
kouvel committed Aug 23, 2021
1 parent 7ff81ee commit 012bf55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public partial class ThreadPoolBoundHandleTests
{
[Fact]
[PlatformSpecific(TestPlatforms.Windows)] // ThreadPoolBoundHandle.BindHandle is not supported on Unix
[ActiveIssue("https://github.com/dotnet/runtime/issues/49700")]
public unsafe void MultipleOperationsOverSingleHandle_CompletedWorkItemCountTest()
{
long initialCompletedWorkItemCount = ThreadPool.CompletedWorkItemCount;
Expand Down

0 comments on commit 012bf55

Please sign in to comment.