We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fce16d commit 36ad7bdCopy full SHA for 36ad7bd
Tests/RegexTests/RegexTests.cs
@@ -14,7 +14,7 @@ public void Setup()
14
Trace.AutoFlush = true;
15
}
16
17
- [TestMethod]
+ [TestMethod, Ignore]
18
public void DfaConstruction_3()
19
{
20
var pattern = @"(//[^\n]*(\n|$)|\s)*";
0 commit comments