Skip to content

Commit

Permalink
Disable playback.ReplayStep for windows (#517)
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
  • Loading branch information
Crola1702 committed Aug 8, 2024
1 parent b0328a1 commit a642508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/test/integration/playback.cc
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ TEST(playback, IGN_UTILS_TEST_DISABLED_ON_MAC(ReplayPauseResume))
//////////////////////////////////////////////////
/// \brief Record a log and then play it back calling the Step method to control
/// the playback workflow.
TEST(playback, IGN_UTILS_TEST_DISABLED_ON_MAC(ReplayStep))
TEST(playback, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ReplayStep))
{
std::vector<std::string> topics = {"/foo", "/bar", "/baz"};

Expand Down

0 comments on commit a642508

Please sign in to comment.