提交 ca449a6b 编写于 作者: I Ivan Basov 提交者: GitHub

Disabling flakey tests covered by #19441 (#19442)

tests only. no ask mode approval is required. thanks!
上级 bedaa5e6
......@@ -214,7 +214,7 @@ public void AddAssemblyReferenceAndTypesToInteractive()
VisualStudio.Workspace.WaitForAsyncOperations(FeatureAttribute.SolutionCrawler);
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/19441")]
public void ResetInteractiveFromProjectAndVerify()
{
var assembly = new ProjectUtils.AssemblyReference("System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089");
......
......@@ -54,7 +54,7 @@ End Module
VisualStudio.Debugger.CheckExpression("names(1)", "String", "\"bar\"");
}
[Fact]
[Fact (Skip = "https://github.com/dotnet/roslyn/issues/19441")]
public void AddTryCatchAroundActiveStatement()
{
VisualStudio.Editor.SetText(@"
......@@ -294,7 +294,7 @@ End Module
VisualStudio.LocalsWindow.Verify.CheckEntry("lLng", "Long", "444");
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/19441")]
public void WatchWindowUpdatesCorrectlyDuringEnC()
{
VisualStudio.Editor.SetText(@"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册