Skip to content

Commit

Permalink
Move test into faster section
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 25, 2024
1 parent 9dddf6f commit eca824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/hestonmodel.cpp
Expand Up @@ -689,7 +689,7 @@ BOOST_AUTO_TEST_CASE(testFdVanillaVsCached) {
}
}

BOOST_AUTO_TEST_CASE(testFdVanillaWithDividendsVsCached, *precondition(if_speed(Fast))) {
BOOST_AUTO_TEST_CASE(testFdVanillaWithDividendsVsCached) {
BOOST_TEST_MESSAGE("Testing FD vanilla Heston engine for discrete dividends...");

Date settlementDate(27, December, 2004);
Expand Down

0 comments on commit eca824a

Please sign in to comment.