Skip to content

Commit 9859f70

Browse files
authored
Disabling test that is hitting out of memory exceptions in some platforms (#69692)
1 parent 110b4cf commit 9859f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/RegexIgnoreCaseTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public async Task SourceGenerator_Supports_All_Cultures()
153153
// This test takes a long time to run since it needs to compute all possible lowercase mappings across
154154
// 3 different cultures and then creates Regex matches for all of our engines for each mapping.
155155
[OuterLoop]
156+
[ActiveIssue("https://github.com/dotnet/runtime/issues/67793")]
156157
[Theory]
157158
[MemberData(nameof(Unicode_IgnoreCase_TestData))]
158159
public async Task Unicode_IgnoreCase_Tests(RegexEngine engine, string culture, RegexOptions options)

0 commit comments

Comments
 (0)