Skip to content

Commit

Permalink
Turn off bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Aug 11, 2021
1 parent a58d243 commit 8be7d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nczarr_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ IF(ENABLE_TESTS)
add_sh_test(nczarr_test run_ut_misc)
add_sh_test(nczarr_test run_ut_chunk)
IF(USE_HDF5)
add_sh_test(nczarr_test run_nccopyz)
# add_sh_test(nczarr_test run_nccopyz)
add_sh_test(nczarr_test run_fillonlyz)
ENDIF()
add_sh_test(nczarr_test run_ncgen4)
Expand Down
2 changes: 1 addition & 1 deletion nczarr_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if BUILD_UTILITIES
TESTS += run_ncgen4.sh

if USE_HDF5
TESTS += run_nccopyz.sh
#TESTS += run_nccopyz.sh
TESTS += run_fillonlyz.sh
endif

Expand Down

0 comments on commit 8be7d29

Please # to comment.