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 <[email protected]>
Signed-off-by: claraberendsen <[email protected]>
  • Loading branch information
Crola1702 authored and azeey committed Oct 1, 2024
1 parent cc97033 commit 5a18658
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 @@ -568,7 +568,7 @@ TEST(playback, GZ_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, GZ_UTILS_TEST_DISABLED_ON_MAC(ReplayStep))
TEST(playback, GZ_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ReplayStep))
{
std::vector<std::string> topics = {"/foo", "/bar", "/baz"};

Expand Down

0 comments on commit 5a18658

Please sign in to comment.