Skip to content
Snippets Groups Projects
Commit 3bafec98 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Tests] Temp. disabled test NumLibODEIntTyped/0.T1

See #1989.
parent 7019aa78
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,12 @@ public: ...@@ -279,7 +279,12 @@ public:
TYPED_TEST_CASE(NumLibODEIntTyped, TestCases); TYPED_TEST_CASE(NumLibODEIntTyped, TestCases);
// Temporarily disabled for PETSc issue #1989
#ifndef USE_PETSC
TYPED_TEST(NumLibODEIntTyped, T1) TYPED_TEST(NumLibODEIntTyped, T1)
#else
TYPED_TEST(NumLibODEIntTyped, DISABLED_T1)
#endif
{ {
TestFixture::test(); TestFixture::test();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment