We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ed08b commit 00246f9Copy full SHA for 00246f9
src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs
@@ -403,6 +403,7 @@ public void TestIgnoreCaseRelation()
403
/// <summary>
404
/// This test currently only works correctly in NonBacktracking mode.
405
/// </summary>
406
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/60753")]
407
[OuterLoop("May take tens of seconds")]
408
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Doesn't support NonBacktracking")]
409
[Theory]
0 commit comments