Skip to content

Commit 4d27314

Browse files
committed
Filter out parallel plugin tests on older releases
1 parent e1a8722 commit 4d27314

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/tParallelizableBuildSummaryPlugin.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
function setupPath(testCase)
1313
import matlab.unittest.fixtures.PathFixture;
1414

15+
testCase.assumeFalse(isMATLABReleaseOlderThan("R2026a"));
1516
testCase.applyFixture(PathFixture(fileparts(fileparts(mfilename("fullpath")))));
1617
end
1718
end
@@ -107,4 +108,4 @@ function runningBuildCreatesSummaryForTaskGroups(testCase)
107108

108109
function task = Task(varargin)
109110
task = matlab.buildtool.Task(varargin{:});
110-
end
111+
end

0 commit comments

Comments
 (0)