Delete Regex timeout tests with RegexOptions.Debug (#61888)
authorStephen Toub <stoub@microsoft.com>
Mon, 22 Nov 2021 18:33:27 +0000 (13:33 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Nov 2021 18:33:27 +0000 (13:33 -0500)
commit259b561c38975b5ebe54c381e2b51d1b5ec1a161
treec0e4eaf53b78cf71c7b3da922561a42487f3ec14
parent3745e3829ef22f0e5446daab8a9ad57feee2a0ec
Delete Regex timeout tests with RegexOptions.Debug (#61888)

We don't need these tests (the Debug flag is only compiled into Debug builds and is there for diagnostic purposes), and it seems these have been taking too long sporadically.
Closes https://github.com/dotnet/runtime/issues/61794
src/libraries/System.Text.RegularExpressions/tests/Regex.Match.Tests.cs