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 fe3e5b2 commit 1ad7cadCopy full SHA for 1ad7cad
SoftwareTests/RunAllTests.m
@@ -26,7 +26,7 @@ function RunAllTests(EnableReport,ReportFolder)
26
% Create the test suite with SmokeTest and Function test if they exist
27
Suite = testsuite("SmokeTests");
28
Suite = [Suite testsuite("FunctionTests")];
29
-Suite = [Suite testsuite("SolnSmokeTests")];
+% Suite = [Suite testsuite("SolnSmokeTests")];
30
31
% Run the test suite
32
Results = Runner.run(Suite);
0 commit comments