Skip to content

Commit

Permalink
[Tests] Temp. disabled test NumLibODEIntTyped/0.T1
Browse files Browse the repository at this point in the history
See #1989.
  • Loading branch information
bilke committed Nov 17, 2017
1 parent ce3fc8a commit 8ffea2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/NumLib/TestODEInt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,13 @@ class NumLibODEIntTyped : public ::testing::Test

TYPED_TEST_CASE(NumLibODEIntTyped, TestCases);

// Temporarily disabled for PETSc issue #
#ifndef USE_PETSC
TYPED_TEST(NumLibODEIntTyped, T1)
{
TestFixture::test();
}
#endif


/* TODO Other possible test cases:
Expand Down

0 comments on commit 8ffea2a

Please sign in to comment.