We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22870c2 commit 74f5858Copy full SHA for 74f5858
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/RegexExperiment.cs
@@ -23,7 +23,7 @@ public class RegexExperiment
23
24
public RegexExperiment(ITestOutputHelper output) => _output = output;
25
26
- public static bool Enabled => true;
+ public static bool Enabled => false;
27
28
/// <summary>Temporary local output directory for experiment results.</summary>
29
private static readonly string s_tmpWorkingDir = Path.GetTempPath();
0 commit comments