Skip to content

Commit aaf7e52

Browse files
author
Aaron Roller
committed
test: removed flight controller not yet implemented AM-691
1 parent b2e1398 commit aaf7e52

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

test/super_node_mediator_unit_tests.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,6 @@ TEST_F(SuperNodeMediatorTest, allManifestedNodesCheck_ErrorStatusReturnsTrueButH
224224
assertAllManifestedNodesCheck(true, node, true, "[AA0A]");
225225
}
226226

227-
TEST_F(SuperNodeMediatorTest, allManifestedNodesCheck_FlightControllerLifeCycleNotYetImplementedSkipsCheck)
228-
{
229-
SuperNodeMediator::SuperNodeInfo node;
230-
node.manifested = true;
231-
node.online = true;
232-
node.name = "flight_controller";
233-
bool expected_success, check_result;
234-
assertAllManifestedNodesCheck(expected_success = true, node, check_result = false, "[WCK2]");
235-
}
236227

237228
TEST_F(SuperNodeMediatorTest, allManifestedNodesCheck_MultipleNodes_FirstNodeFails)
238229
{

0 commit comments

Comments
 (0)