Skip to content

Commit

Permalink
fixup! BP5: disable WriteRead*MissingPerformGets tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 28, 2023
1 parent 90a7d92 commit 56b6a3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,3 +376,9 @@ if(NOT MSVC AND ADIOS2_HAVE_HDF5 AND (NOT ADIOS2_HAVE_MPI OR HDF5_IS_PARALLEL))
add_common_test(${test} HDF5)
endforeach()
endif()

# Tests particularities
if (WIN32)
set_property(TEST Staging.1x1DefSync.BP5 PROPERTY TIMEOUT 500)
set_property(TEST Staging.1x1DataWrite.BP5 PROPERTY TIMEOUT 500)
endif()

0 comments on commit 56b6a3e

Please sign in to comment.