summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/test_h5repack_add.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/test_h5repack_add.c')
-rw-r--r--tools/h5repack/test_h5repack_add.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/test_h5repack_add.c b/tools/h5repack/test_h5repack_add.c
index 5edab2b..b357220 100644
--- a/tools/h5repack/test_h5repack_add.c
+++ b/tools/h5repack/test_h5repack_add.c
@@ -177,7 +177,9 @@ int make_dsets()
TEST_ERROR;
nerrors += make_deflate(fid);
+#if 0
nerrors += make_szip(fid);
+#endif
/* close */
if(H5Fclose(fid)<0)