Skip to content

Commit 00246f9

Browse files
authored
Disable TestIgnoreCaseRelationBorderCasesInNonBacktracking test (#62319)
1 parent 53ed08b commit 00246f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Text.RegularExpressions/tests/RegexCultureTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ public void TestIgnoreCaseRelation()
403403
/// <summary>
404404
/// This test currently only works correctly in NonBacktracking mode.
405405
/// </summary>
406+
[ActiveIssue("https://github.com/dotnet/runtime/issues/60753")]
406407
[OuterLoop("May take tens of seconds")]
407408
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Doesn't support NonBacktracking")]
408409
[Theory]

0 commit comments

Comments
 (0)