Skip to content

Commit

Permalink
emu,ppc64le: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Apr 10, 2023
1 parent 69be5d1 commit ce811b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
".*/examples/.*"
)

if (@CMAKE_ARCHITECTURE@ STREQUAL "ppc64le")

# Exclude flaky tests for now
list(APPEND CTEST_CUSTOM_TESTS_IGNORE
"Interface.ADIOSInterface.ADIOSNoMpi.Serial"
"Interface.ADIOS2_CXX11_API_MultiBlock/*.Put.Serial"
"Interface.ADIOS2_CXX11_API_IO.EngineDefault.Serial"
"Interface.ADIOS2_CXX11_API_IO.Engine.Serial"
)

endif()

0 comments on commit ce811b8

Please sign in to comment.