From 12221549c9be4a540a44388d814e3f29c814b167 Mon Sep 17 00:00:00 2001 From: Luigi Ballabio Date: Fri, 1 Dec 2023 16:18:13 +0100 Subject: [PATCH] Move test to faster section --- test-suite/andreasenhugevolatilityinterpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/andreasenhugevolatilityinterpl.cpp b/test-suite/andreasenhugevolatilityinterpl.cpp index 26973bb8710..f993d20742c 100644 --- a/test-suite/andreasenhugevolatilityinterpl.cpp +++ b/test-suite/andreasenhugevolatilityinterpl.cpp @@ -410,7 +410,7 @@ BOOST_AUTO_TEST_CASE(testAndreasenHugePut, *precondition(if_speed(Fast))) { testAndreasenHugeVolatilityInterpolation(data, expected); } -BOOST_AUTO_TEST_CASE(testAndreasenHugeCall, *precondition(if_speed(Fast))) { +BOOST_AUTO_TEST_CASE(testAndreasenHugeCall) { BOOST_TEST_MESSAGE( "Testing Andreasen-Huge example with Call calibration...");