Skip to content

Commit

Permalink
Disable Regex long pattern string test on .NET Framework (#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Jan 29, 2020
1 parent 516dd7f commit 895e1ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ public void Match(string pattern, string input, RegexOptions options, int beginn
VerifyMatch(r.Match(input, beginning, length), expectedSuccess, expectedValue);
}

[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "Takes several minutes on .NET Framework")]
[Theory]
[InlineData(RegexOptions.None)]
[InlineData(RegexOptions.Compiled)]
Expand Down

0 comments on commit 895e1ca

Please sign in to comment.