diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-12-05 17:53:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-12-05 17:53:00 (GMT) |
commit | ebb6e8e3be13fae63b4e9f427116ea8be2c61751 (patch) | |
tree | 84ba93c70c21dce90429dd860a396915194b69d0 /tools | |
parent | 0cffc628baffb1e039b0abfad63d76311db1b45d (diff) | |
download | hdf5-ebb6e8e3be13fae63b4e9f427116ea8be2c61751.zip hdf5-ebb6e8e3be13fae63b4e9f427116ea8be2c61751.tar.gz hdf5-ebb6e8e3be13fae63b4e9f427116ea8be2c61751.tar.bz2 |
[svn-r24504] HDFFV-8629: disable test until review is complete
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/CMakeTests.cmake b/tools/h5repack/CMakeTests.cmake index 4676a12..8690181 100644 --- a/tools/h5repack/CMakeTests.cmake +++ b/tools/h5repack/CMakeTests.cmake @@ -1066,7 +1066,7 @@ ADD_H5_VERIFY_TEST (ckdim_smaller "TEST" 0 h5repack_layout3.h5 chunk_unlimit3 CO ############################################################################## IF (BUILD_SHARED_LIBS) ADD_H5_UD_TEST (plugin_test 0 h5repack_layout.h5 -v -f UD=257,1,9) - ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE) +# ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE) ELSE (BUILD_SHARED_LIBS) MESSAGE (STATUS " **** Plugins libraries must be built as shared libraries **** ") ADD_TEST ( |