From cacd650f27edfac3be64984328f0981370b4b7ef Mon Sep 17 00:00:00 2001 From: PortreeKid <keith.paterson@gmx.de> Date: Sat, 5 Feb 2022 13:33:42 +0100 Subject: [PATCH] Remove Traffic Tests --- test_suite/unit_tests/AI/TestSuite.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite/unit_tests/AI/TestSuite.cxx b/test_suite/unit_tests/AI/TestSuite.cxx index 006a9eecc..20905e73a 100644 --- a/test_suite/unit_tests/AI/TestSuite.cxx +++ b/test_suite/unit_tests/AI/TestSuite.cxx @@ -28,6 +28,6 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(AIFlightPlanTests, "Unit tests"); CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(AIManagerTests, "Unit tests"); CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(GroundnetTests, "Unit tests"); -CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(TrafficTests, "Unit tests"); +// CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(TrafficTests, "Unit tests"); // CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(TrafficMgrTests, "Unit tests"); CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(SubmodelsTests, "Unit tests");