Skip to content

Commit 1be6eaf

Browse files
committed
Also skip TestNoCyclesInSuppressionProviders with #36330
1 parent 55416aa commit 1be6eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void TestNoCyclesInFixProviders()
4848
actualOrder.IndexOf(p => p.Metadata.Name == PredefinedCodeFixProviderNames.RenameTracking));
4949
}
5050

51-
[Fact]
51+
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/36330")]
5252
public void TestNoCyclesInSuppressionProviders()
5353
{
5454
// This test will fail if a cycle is detected in the ordering of our suppression fix providers.

0 commit comments

Comments
 (0)