Skip to content

Commit

Permalink
Disable Teleop_TEST on macOS (#530)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey authored Apr 10, 2023
1 parent 1f0cc2c commit bf42b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/teleop/Teleop_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class TeleopTest : public ::testing::Test
};

/////////////////////////////////////////////////
TEST_F(TeleopTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(ButtonCommand))
TEST_F(TeleopTest, GZ_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ButtonCommand))
{
this->forwardVel = 0.1;
this->verticalVel = 0.2;
Expand All @@ -177,7 +177,7 @@ TEST_F(TeleopTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(ButtonCommand))
}

/////////////////////////////////////////////////
TEST_F(TeleopTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(KeyboardCommand))
TEST_F(TeleopTest, GZ_UTILS_TEST_ENABLED_ONLY_ON_LINUX(KeyboardCommand))
{
QKeyEvent *keypress_W = new QKeyEvent(QKeyEvent::KeyPress,
Qt::Key_W, Qt::NoModifier);
Expand Down

0 comments on commit bf42b84

Please sign in to comment.