Skip to content

Commit 36ad7bd

Browse files
committed
Ignore DfaConstruction_3
1 parent 3fce16d commit 36ad7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/RegexTests/RegexTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void Setup()
1414
Trace.AutoFlush = true;
1515
}
1616

17-
[TestMethod]
17+
[TestMethod, Ignore]
1818
public void DfaConstruction_3()
1919
{
2020
var pattern = @"(//[^\n]*(\n|$)|\s)*";

0 commit comments

Comments
 (0)