提交 999f810c 编写于 作者: M Manish Vasani

Skip an integration test and an assert that is firing frequently on debug integration test queues

上级 886f6c55
......@@ -353,7 +353,8 @@ public void MarkSymbolEndAnalysisComplete(ISymbol symbol, DiagnosticAnalyzer ana
GetAnalyzerExecutionContext(analyzer).MarkSymbolEndAnalysisComplete(symbol);
}
[Conditional("DEBUG")]
// https://github.com/dotnet/roslyn/issues/30309 tracks enabling the below debug verification.
[Conditional("DEBUG_30309")]
public void VerifyAllSymbolEndActionsExecuted()
{
foreach (var analyzerExecutionContext in _analyzerExecutionContextMap.Values)
......
......@@ -138,7 +138,7 @@ void RaiseSecond()
VisualStudio.Editor.Verify.TextContains("Second?.");
}
[WpfFact]
[WpfFact(Skip="https://github.com/dotnet/roslyn/issues/30015")]
[Trait(Traits.Feature, Traits.Features.EditorConfig)]
[Trait(Traits.Feature, Traits.Features.CodeActionsFixAllOccurrences)]
[WorkItem(15003, "https://github.com/dotnet/roslyn/issues/15003")]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册