btest parallelization work: tag #if'd out test suites

This commit is contained in:
sasha 2022-03-16 09:46:09 -07:00 committed by Kris Nuttycombe
parent de2f4d8e0a
commit a1e91a56ea
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
using namespace std;
BOOST_FIXTURE_TEST_SUITE(Checkpoints_tests, BasicTestingSetup)
BOOST_FIXTURE_TEST_SUITE(Checkpoints_tests, BasicTestingSetup) // DISABLED_TEST_SUITE
// TODO: checkpoints have been removed for now.
/*

View File

@ -239,7 +239,7 @@ struct GenerateAlertTestsFixture : public TestingSetup {
~GenerateAlertTestsFixture() {}
};
BOOST_FIXTURE_TEST_SUITE(Generate_Alert_Test_Data, GenerateAlertTestsFixture);
BOOST_FIXTURE_TEST_SUITE(Generate_Alert_Test_Data, GenerateAlertTestsFixture); // DISABLED_TEST_SUITE
BOOST_AUTO_TEST_CASE(GenerateTheAlertTests)
{
GenerateAlertTests();