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.
2 parents ffc8bca + 5e62afd commit 5d9352cCopy full SHA for 5d9352c
ServerCodeExciserTest/ExcisionIntegrationTests.cs
@@ -67,6 +67,7 @@ private static EExciserReturnValues RunExciserIntegrationTests(string fileExtens
67
FullExcisionRegexString = @"FullExcise1/.*",
68
ExciseAllFunctionsRegexString = @"AllFunctionExcise1/.*|||AllFunctionExcise2/.*",
69
StrictMode = true,
70
+ DontSkip = true,
71
};
72
excisionParams.InputPaths.Add(inputPath);
73
0 commit comments