Skip to content

Commit

Permalink
Drop test which relied on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed Apr 23, 2024
1 parent 1941427 commit 9368265
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions controller_manager/test/test_spawner_unspawner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ TEST_F(TestLoadController, spawner_with_no_arguments_errors)
EXPECT_NE(call_spawner(""), 0) << "Missing mandatory arguments";
}

TEST_F(TestLoadController, spawner_without_manager_errors)
{
EXPECT_NE(call_spawner("ctrl_1"), 0) << "Wrong controller manager name";
}

TEST_F(TestLoadController, spawner_without_type_parameter_or_arg_errors)
{
EXPECT_NE(call_spawner("ctrl_1 -c test_controller_manager"), 0) << "Missing .type parameter";
Expand Down

0 comments on commit 9368265

Please sign in to comment.