Skip to content

Commit

Permalink
Relegate PatternsDataSet_ConstructRegexForAll_SourceGenerated test to…
Browse files Browse the repository at this point in the history
… 64-bit only (#62621)
  • Loading branch information
stephentoub committed Dec 10, 2021
1 parent 61b5c92 commit ecdad09
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1458,7 +1458,7 @@ public async Task PatternsDataSet_ConstructRegexForAll_NonBacktracking()
}

[OuterLoop("Takes minutes to generate and compile thousands of expressions")]
[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))] // consumes a lot of memory
public void PatternsDataSet_ConstructRegexForAll_SourceGenerated()
{
Parallel.ForEach(s_patternsDataSet.Value.Chunk(50), chunk =>
Expand Down

0 comments on commit ecdad09

Please sign in to comment.