Skip to content

Commit

Permalink
Disable flaky tests
Browse files Browse the repository at this point in the history
Tracking issues

- dotnet#46414
- dotnet#53392
  • Loading branch information
jaredpar committed May 13, 2021
1 parent e5efecd commit 7bc6e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Interactive/HostTest/InteractiveHostCoreTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class InteractiveHostCoreTests : AbstractInteractiveHostTests
internal override InteractiveHostPlatform DefaultPlatform => InteractiveHostPlatform.Core;
internal override bool UseDefaultInitializationFile => false;

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/53392")]
public async Task StackOverflow()
{
var process = Host.TryGetProcess();
Expand Down
2 changes: 1 addition & 1 deletion src/Interactive/HostTest/InteractiveHostDesktopTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public async Task OutputRedirection2()
Assert.Equal("4\r\n", error);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/46414")]
public async Task StackOverflow()
{
var process = Host.TryGetProcess();
Expand Down

0 comments on commit 7bc6e9f

Please sign in to comment.