Skip to content

Commit

Permalink
Disable decimal128 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 11, 2023
1 parent 06e68f2 commit 4c427ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_erf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,8 @@ int main()
test_erfc<decimal64>();

#ifndef BOOST_DECIMAL_REDUCE_TEST_DEPTH
test_erf<decimal128>();
test_erfc<decimal128>();
// test_erf<decimal128>();
// test_erfc<decimal128>();
#endif

return boost::report_errors();
Expand Down

0 comments on commit 4c427ed

Please sign in to comment.