Skip to content

Commit 5e62afd

Browse files
committed
Ensure unit-test runner doesn't reject cases.
1 parent 0187657 commit 5e62afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ServerCodeExciserTest/ExcisionIntegrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ private static EExciserReturnValues RunExciserIntegrationTests(string fileExtens
6767
FullExcisionRegexString = @"FullExcise1/.*",
6868
ExciseAllFunctionsRegexString = @"AllFunctionExcise1/.*|||AllFunctionExcise2/.*",
6969
StrictMode = true,
70+
DontSkip = true,
7071
};
7172
excisionParams.InputPaths.Add(inputPath);
7273

0 commit comments

Comments
 (0)