Skip to content

Commit 8f13a68

Browse files
committed
[ci] by pass soa tests on octave 4.2
1 parent b991b1f commit 8f13a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_jsonlab_test.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function run_jsonlab_test(tests)
358358
end
359359

360360
%%
361-
if (ismember('bjsoa', tests))
361+
if (ismember('bjsoa', tests) && hasContainersMap)
362362
fprintf(sprintf('%s\n', char(ones(1, 79) * 61)));
363363
fprintf('Test Binary JSON SOA (Structure-of-Arrays) functions\n');
364364
fprintf(sprintf('%s\n', char(ones(1, 79) * 61)));

0 commit comments

Comments
 (0)