Skip to content

Commit

Permalink
Merge pull request #521 from gazebosim/Crola1702/11_to_12_2024-08-21
Browse files Browse the repository at this point in the history
11 ➡️ 12 - Disable playback.ReplayStep for windows (#517)
  • Loading branch information
azeey authored Aug 23, 2024
2 parents 92d02dc + 72e2c1a commit d1dc8b2
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 d1dc8b2

Please sign in to comment.