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 1cbb1a9 commit 0c6a6eeCopy full SHA for 0c6a6ee
tests/matlab/matlabls/handlers/formatting/tFormatCode.m
@@ -8,8 +8,7 @@
8
function isApplicable (testCase)
9
% Determine if the test should be skipped in the current environment
10
isTestingEnvironment = ~isempty(getenv('MATLAB_TEST_ENVIRONMENT'));
11
- shouldRun = ~(isMATLABReleaseOlderThan('R2023b') && isTestingEnvironment);
12
- shouldRun = ~isMATLABReleaseOlderThan('R2025a') || isempty(javachk('swing'));
+ shouldRun = ~(isMATLABReleaseOlderThan('R2024b') && isTestingEnvironment);
13
14
testCase.assumeTrue(...
15
shouldRun,...
0 commit comments