Skip to content

Commit

Permalink
test ftolerance: default-disable for now
Browse files Browse the repository at this point in the history
(cf. #23)
  • Loading branch information
freifrauvonbleifrei committed Oct 5, 2022
1 parent 2c7bef9 commit 9251b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributedcombigrid/tests/test_ftolerance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ for (size_t i = 1; i < ncombi; ++i){
return finished;
}

BOOST_FIXTURE_TEST_SUITE(ftolerance, TestHelper::BarrierAtEnd, *boost::unit_test::timeout(60))
BOOST_FIXTURE_TEST_SUITE(ftolerance, TestHelper::BarrierAtEnd, *boost::unit_test::timeout(60) * boost::unit_test::disabled())

#ifdef ENABLEFT
BOOST_AUTO_TEST_CASE(test_0, *boost::unit_test::tolerance(TestHelper::tolerance) *
Expand Down

0 comments on commit 9251b7f

Please sign in to comment.