Skip to content

Commit

Permalink
Merge pull request #522 from gazebosim/Crola1702/12_to_13_2024-08-23
Browse files Browse the repository at this point in the history
12 ➡️ 13 - Disable playback.ReplayStep for windows (#517)
  • Loading branch information
Crola1702 authored Aug 26, 2024
2 parents eb832fd + b861bfd commit 254921a
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 254921a

Please sign in to comment.