We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92aeb99 commit 38787d8Copy full SHA for 38787d8
tests/systems/disconnected_neighbor_test.C
@@ -187,10 +187,12 @@ public:
187
#if defined(LIBMESH_HAVE_SOLVER)
188
CPPUNIT_TEST( testTempJump );
189
CPPUNIT_TEST( testTempJumpRefine );
190
+#ifdef LIBMESH_ENABLE_AMR
191
// This test intentionally triggers find_neighbors() consistency check
192
// failure after AMR refinement across disconnected interfaces.
193
// Expected: libmesh_assert_valid_neighbors() fails.
194
CPPUNIT_TEST_EXCEPTION(testTempJumpLocalRefineFail, std::exception);
195
+#endif
196
#endif
197
CPPUNIT_TEST_SUITE_END();
198
0 commit comments