Skip to content

Commit

Permalink
Disable DiagnosticEvent tests in arraypool (dotnet#45451)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Dec 2, 2020
1 parent 68261b5 commit cb20010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/System.Buffers/tests/ArrayPool/UnitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ public static void RentingAfterPoolExhaustionReturnsSizeForCorrespondingBucket_A
Assert.Equal(64, pool.Rent(63).Length); // still get original size
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/42899")]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public static void RentBufferFiresRentedDiagnosticEvent()
{
Expand All @@ -418,6 +419,7 @@ public static void RentBufferFiresRentedDiagnosticEvent()
});
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/42899")]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public static void ReturnBufferFiresDiagnosticEvent()
{
Expand Down

0 comments on commit cb20010

Please sign in to comment.