Skip to content

Commit

Permalink
Disable log-failing test Piro_EpetraSolver_MPI_4 in CI mode (trilinos…
Browse files Browse the repository at this point in the history
…#826, trilinos#482)

This only impact CI builds, that is all.  Once this test is fixed, this can be
reverted.

See: trilinos#826, trilinos#482
  • Loading branch information
bartlettroscoe committed Nov 28, 2016
1 parent ac2ab29 commit 633544e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/CallbackSetupExtraOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ MACRO(TRIBITS_REPOSITORY_SETUP_EXTRA_OPTIONS)
TRIL_SET_BOOL_CACHE_VAR_FOR_CI(TPL_ENABLE_Netcdf ON)
TRIL_SET_BOOL_CACHE_VAR_FOR_CI(TPL_ENABLE_SuperLU ON)

# Disable long-failing Pir test until it can be fixed (#826)
SET(Piro_EpetraSolver_MPI_4_DISABLE ON)

ENDIF()

# NOTE: Above, the cache var Trilinos_ENABLE_CI_TEST_MODE and the above code
Expand Down

0 comments on commit 633544e

Please sign in to comment.