Skip to content

Commit 334a7bc

Browse files
committed
silence failing octave test
1 parent 7df6de8 commit 334a7bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tests_bids/test_validate.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ function test_validate_skip()
1616

1717
function test_validate_dataset()
1818

19+
if isOctave()
20+
return
21+
end
22+
1923
args.Results.skip_validation = false;
2024
args.Results.bids_dir = pwd;
2125
assertExceptionThrown(@() validate(args), 'validate:invalidBidsDataset');

0 commit comments

Comments
 (0)