提交 e99baa77 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Merge pull request #17870 from CyrusNajmabadi/disableTest

Disabling flakey test.
......@@ -34,7 +34,7 @@ public class InteractiveSessionTests : TestBase
#region Namespaces, Types
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/17869")]
public async Task CompilationChain_NestedTypesClass()
{
var script = CSharpScript.Create(@"
......@@ -59,7 +59,7 @@ class InnerClass
}
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/17869")]
public async Task CompilationChain_NestedTypesStruct()
{
var script = CSharpScript.Create(@"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册