We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55416aa commit 1be6eafCopy full SHA for 1be6eaf
1 file changed
src/EditorFeatures/Test/CodeFixes/ExtensionOrderingTests.cs
@@ -48,7 +48,7 @@ public void TestNoCyclesInFixProviders()
48
actualOrder.IndexOf(p => p.Metadata.Name == PredefinedCodeFixProviderNames.RenameTracking));
49
}
50
51
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/roslyn/issues/36330")]
52
public void TestNoCyclesInSuppressionProviders()
53
{
54
// This test will fail if a cycle is detected in the ordering of our suppression fix providers.
0 commit comments