Skip to content

Commit 1ad7cad

Browse files
committed
Modify RunAllTests.m
1 parent fe3e5b2 commit 1ad7cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareTests/RunAllTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function RunAllTests(EnableReport,ReportFolder)
2626
% Create the test suite with SmokeTest and Function test if they exist
2727
Suite = testsuite("SmokeTests");
2828
Suite = [Suite testsuite("FunctionTests")];
29-
Suite = [Suite testsuite("SolnSmokeTests")];
29+
% Suite = [Suite testsuite("SolnSmokeTests")];
3030

3131
% Run the test suite
3232
Results = Runner.run(Suite);

0 commit comments

Comments
 (0)