Skip to content

Commit

Permalink
Merge pull request #2292 from eisenhauer/DataManReliable
Browse files Browse the repository at this point in the history
Turn off DataMan.Reliable test as unreliable
  • Loading branch information
eisenhauer authored May 27, 2020
2 parents 5f59051 + be7e261 commit 9fbd6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/adios2/engine/dataman/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ if(ADIOS2_HAVE_MPI)
gtest_add_tests_helper(WriterSingleBuffer MPI_NOEXEC DataMan Engine.DataMan. "")
gtest_add_tests_helper(ReaderDoubleBuffer MPI_NOEXEC DataMan Engine.DataMan. "")
gtest_add_tests_helper(ReaderSingleBuffer MPI_NOEXEC DataMan Engine.DataMan. "")
gtest_add_tests_helper(Reliable MPI_NOEXEC DataMan Engine.DataMan. "")
# Turning off DataMan.Reliable test as unstable - May 27, 2020
# gtest_add_tests_helper(Reliable MPI_NOEXEC DataMan Engine.DataMan. "")
endif()

0 comments on commit 9fbd6ca

Please sign in to comment.