Skip to content

Commit d7458d8

Browse files
committed
Commented out broken test
1 parent 52982ae commit d7458d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

VSDiagnostics/VSDiagnostics/VSDiagnostics.Test/Tests/General/ConditionIsConstantTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,12 @@ void Method()
279279
VerifyFix(original, result);
280280
}
281281

282+
/// <summary>
283+
/// Currently ignored due to a minor bug in Microsoft.CodeAnalysis
284+
/// See https://github.com/dotnet/roslyn/issues/9878
285+
/// </summary>
282286
[TestMethod]
287+
[Ignore]
283288
public void ConditionIsAlwaysTrue_WithElseIf_ChildIfIsAlwaysTrue_IfIsInElseNode()
284289
{
285290
var original = @"

0 commit comments

Comments
 (0)