From 62a58e7e6ac22927c9ccc95a9e29e66ca32b9321 Mon Sep 17 00:00:00 2001 From: Luigi Ballabio Date: Mon, 18 Dec 2023 16:36:59 +0100 Subject: [PATCH] Move test to faster section --- test-suite/andreasenhugevolatilityinterpl.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test-suite/andreasenhugevolatilityinterpl.cpp b/test-suite/andreasenhugevolatilityinterpl.cpp index d05158d2cd9..394c809b422 100644 --- a/test-suite/andreasenhugevolatilityinterpl.cpp +++ b/test-suite/andreasenhugevolatilityinterpl.cpp @@ -150,8 +150,7 @@ CalibrationData AndreasenHugeExampleData() { return { spot, rTS, qTS, calibrationSet }; } -void testAndreasenHugeVolatilityInterpolation( - const CalibrationData& data, const CalibrationResults& expected) { +void testAndreasenHugeVolatilityInterpolation(const CalibrationData& data, const CalibrationResults& expected) { const Handle rTS = data.rTS; const Handle qTS = data.qTS; @@ -388,7 +387,7 @@ std::pair > sabrData() { } -BOOST_AUTO_TEST_CASE(testAndreasenHugePut, *precondition(if_speed(Fast))) { +BOOST_AUTO_TEST_CASE(testAndreasenHugePut) { BOOST_TEST_MESSAGE( "Testing Andreasen-Huge example with Put calibration...");