Skip to content

Commit

Permalink
Merge pull request #2264 from eisenhauer/DisableTest
Browse files Browse the repository at this point in the history
Temporarily disable LockGeometry tests on SST because of heisen-bug
  • Loading branch information
eisenhauer authored May 17, 2020
2 parents e293745 + ca98573 commit c8111ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ LIST (APPEND SST_TESTS ${FFS_SST_TESTS} ${BP_SST_TESTS})
# Zero Data tests are unreliable with SST and BP marshaling
list (FILTER SST_TESTS EXCLUDE REGEX "2x1ZeroData.*BP")

# Temporarily exclude SST LockGeometry tests
list (FILTER SST_TESTS EXCLUDE REGEX "LockGeometry")

foreach(test ${SST_TESTS})
add_common_test(${test} SST)
endforeach()
Expand Down

0 comments on commit c8111ee

Please sign in to comment.