Skip to content

Commit 63f3c1e

Browse files
committed
silence test in CI
1 parent d693a72 commit 63f3c1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_copyAtlasToSpmDir.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
function test_copyAtlasToSpmDir_basic()
1111

12+
if isGithubCi()
13+
return
14+
end
15+
1216
copyAtlasToSpmDir('AAL', 'verbose', false);
1317

1418
spmAtlasDir = fullfile(spm('dir'), 'atlas');

0 commit comments

Comments
 (0)