Skip to content

Commit 74f5858

Browse files
authored
Disable RegexExperiment tests
These were accidentally left enabled.
1 parent 22870c2 commit 74f5858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class RegexExperiment
2323

2424
public RegexExperiment(ITestOutputHelper output) => _output = output;
2525

26-
public static bool Enabled => true;
26+
public static bool Enabled => false;
2727

2828
/// <summary>Temporary local output directory for experiment results.</summary>
2929
private static readonly string s_tmpWorkingDir = Path.GetTempPath();

0 commit comments

Comments
 (0)