Skip to content

Commit

Permalink
Properly remove BP4_stream LocalVarying test
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed May 27, 2020
1 parent 668c126 commit a583415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if(NOT MSVC) # not on windows
# 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$")
list (FILTER BP4_STREAM_TESTS EXCLUDE REGEX ".*LocalVarying.BPS$")
# 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 a583415

Please sign in to comment.