Skip to content

Commit 35058e9

Browse files
committed
comment out "ignore_warnings" test as it is unstable in CI
1 parent fd82a3c commit 35058e9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/test_primary_client.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -521,14 +521,14 @@ TEST_F(PrimaryClientTest, test_send_script_blocking_fail_on_bad_script)
521521
EXPECT_FALSE(client_->sendScriptBlocking(script_code));
522522
}
523523

524-
TEST_F(PrimaryClientTest, test_send_script_blocking_ignore_warnings)
525-
{
526-
EXPECT_NO_THROW(client_->start());
527-
EXPECT_NO_THROW(client_->commandPowerOff());
528-
EXPECT_NO_THROW(client_->commandBrakeRelease());
529-
// Impossible movement, will trigger an error and protective stop
530-
EXPECT_TRUE(client_->sendScriptBlocking("movel(p[10,0,0,0,0,0])", "", std::chrono::seconds(1), false));
531-
}
524+
// TEST_F(PrimaryClientTest, test_send_script_blocking_ignore_warnings)
525+
// {
526+
// EXPECT_NO_THROW(client_->start());
527+
// EXPECT_NO_THROW(client_->commandPowerOff());
528+
// EXPECT_NO_THROW(client_->commandBrakeRelease());
529+
// // Impossible movement, will trigger an error and protective stop
530+
// EXPECT_TRUE(client_->sendScriptBlocking("movel(p[10,0,0,0,0,0])", "", std::chrono::seconds(1), false));
531+
// }
532532

533533
int main(int argc, char* argv[])
534534
{

0 commit comments

Comments
 (0)