Skip to content

Commit

Permalink
Disable ThrowDuringProcessLog_ShutsDownGracefully test (dotnet#72680)
Browse files Browse the repository at this point in the history
This test has been failing a few times a day. Disabling until it can be investigated to pass consistently.

See dotnet#71242
  • Loading branch information
eerhardt authored Jul 22, 2022
1 parent bca7f94 commit 574fd3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public void Write(string message)

[OuterLoop]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/71242")]
public void ThrowDuringProcessLog_ShutsDownGracefully()
{
var console = new TimesWriteCalledConsole();
Expand Down

0 comments on commit 574fd3a

Please sign in to comment.