diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-04-03 18:57:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-04-03 18:57:24 (GMT) |
commit | b9e5e2af4e31b0a60c2d2f6421fb1b3cb9aa0564 (patch) | |
tree | 62853dd239a3edaf2703ec487c620c2ae8a2c403 /tools/h5dump | |
parent | 09784944d2c6e044610bedf46d7fcaae6e522d20 (diff) | |
download | hdf5-b9e5e2af4e31b0a60c2d2f6421fb1b3cb9aa0564.zip hdf5-b9e5e2af4e31b0a60c2d2f6421fb1b3cb9aa0564.tar.gz hdf5-b9e5e2af4e31b0a60c2d2f6421fb1b3cb9aa0564.tar.bz2 |
[svn-r26721] Disable failing test
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeTests.cmake b/tools/h5dump/CMakeTests.cmake index 78e7e66..3565b0f 100644 --- a/tools/h5dump/CMakeTests.cmake +++ b/tools/h5dump/CMakeTests.cmake @@ -1159,7 +1159,7 @@ #test for the nested compound type ADD_H5_TEST (tnestcomp-1 0 --enable-error-stack tnestedcomp.h5) ADD_H5_TEST (tnestedcmpddt 0 --enable-error-stack tnestedcmpddt.h5) - ADD_H5_TEST (tcompound_enum 0 --enable-error-stack tcompound_enum.h5) + #ADD_H5_TEST (tcompound_enum 0 --enable-error-stack tcompound_enum.h5) # test for options ADD_H5ERR_MASK_TEST (tall-1 0 --enable-error-stack tall.h5) |