From 3eaed86ff1fbdc1b3ed26029d9ffcb0495acc460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Arroyo?= Date: Thu, 8 Aug 2024 18:18:58 -0500 Subject: [PATCH] Disable playback.ReplayStep for windows (#517) Signed-off-by: Crola1702 Signed-off-by: claraberendsen <42071084+claraberendsen@users.noreply.github.com> --- log/test/integration/playback.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/test/integration/playback.cc b/log/test/integration/playback.cc index fb5f89c5..1d149585 100644 --- a/log/test/integration/playback.cc +++ b/log/test/integration/playback.cc @@ -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 topics = {"/foo", "/bar", "/baz"};