Skip to content

Commit

Permalink
skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 19, 2023
1 parent aadb856 commit b16013a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion FORTRAN/H5D/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ if (BUILD_TESTING)
if (${example_name} STREQUAL "h5ex_d_transform")
ADD_H5_TEST (${example_name} -n)
else ()
ADD_H5_TEST (${example_name})
if (${example_name} STREQUAL "h5ex_d_alloc" AND ${H5_LIBVER_DIR} GREATER 112)
ADD_H5_TEST (${example_name})
else ()
message (STATUS " Skipping ${example_name} test")
endif ()
endif ()
endforeach ()
endif ()

0 comments on commit b16013a

Please sign in to comment.