Skip to content

Commit

Permalink
Merge pull request #2282 from eisenhauer/BP4StreamExclude
Browse files Browse the repository at this point in the history
Exclude LocalVarying test from BP4 stream set because of heisenbug
  • Loading branch information
eisenhauer authored and Chuck Atkins committed May 21, 2020
2 parents 140e320 + 7827d6c commit eacec53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ if(NOT MSVC) # not on windows
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*Local.BPS$")
# Fortran scalar reads don't work for BP4 streaming
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX "(FtoF|CtoF).*")
# Local Vars have a heisen failure for BP4 streaming
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*LocalVarying$")
# The nobody-writes-data-in-a-timestep tests don't work for any BP file engine
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*NoData.BPS$")

Expand Down

0 comments on commit eacec53

Please sign in to comment.