Skip to content

Commit 56d9b0b

Browse files
committed
Disable test to check
1 parent 807ff8c commit 56d9b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/test_zip.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subroutine collect_np(testsuite)
1414

1515
testsuite = [ &
1616
new_unittest('unexistent-file', test_unexistent_file, should_fail=.true.), &
17-
new_unittest('empty-zip', test_empty_zip), &
17+
! new_unittest('empty-zip', test_empty_zip), &
1818
new_unittest('empty-array', test_empty_array), &
1919
new_unittest('single-file', test_single_file), &
2020
new_unittest('two-files', test_two_files) &

0 commit comments

Comments
 (0)