Skip to content

Commit

Permalink
Merge pull request ornladios#3702 from vicentebolea/disable-timeout-t…
Browse files Browse the repository at this point in the history
…est-mpich

ci,mpich: disable Sz|Zfp flaky tests
  • Loading branch information
vicentebolea committed Jul 18, 2023
2 parents 20ee00a + bc197a4 commit 9b279b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/cmake-v2/ci-ubuntu20.04-gcc10-mpich.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ CMAKE_Fortran_FLAGS:STRING=-Wall
MPIEXEC_MAX_NUMPROCS:STRING=${N2CPUS}
")

set(CTEST_TEST_ARGS
EXCLUDE "Engine.BPEngineTest.SzComplex.MPI|Engine.BPEngineTest.ZfpComplex.MPI")

set(CTEST_CMAKE_GENERATOR "Ninja")
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}")
include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake)

0 comments on commit 9b279b6

Please sign in to comment.