-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Text.RegularExpressions.Tests.RegexKnownPatternTests.Docs_Examples_ValidateEmail failure #68286
Comments
Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
This test is written strangely... I suspect it's actually a timeout masquerading as a failure, as the test is catching a timeout exception and returning false as if IsMatch failed. And it's using a fairly small timeout of only 250ms; it could be that my change in #68146 is making it more likely to timeout as the timeout will be better respected. I'll submit a PR to try to fix it, assuming that's the issue. |
Runfo Tracking Issue: System.Text.RegularExpressions.Tests.RegexKnownPatternTests.Docs_Examples_ValidateEmail failure
Build Result Summary
The text was updated successfully, but these errors were encountered: