From 76c9673d5ad3b03bc5216655cccd0594875f86dd Mon Sep 17 00:00:00 2001 From: Crola1702 Date: Wed, 23 Aug 2023 14:34:02 -0500 Subject: [PATCH 1/2] Mark play_end_to_end test as xfail Signed-off-by: Crola1702 --- rosbag2_tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rosbag2_tests/CMakeLists.txt b/rosbag2_tests/CMakeLists.txt index 296f6c5d2d..89345abbf4 100644 --- a/rosbag2_tests/CMakeLists.txt +++ b/rosbag2_tests/CMakeLists.txt @@ -69,6 +69,7 @@ if(BUILD_TESTING) rosbag2_test_common::rosbag2_test_common ${test_msgs_TARGETS} ) + ament_add_test_label(test_rosbag2_play_end_to_end xfail) endif() ament_add_gmock(test_rosbag2_info_end_to_end From e284025944de6dafdf2056cf9dbb51eccab6e858 Mon Sep 17 00:00:00 2001 From: Crola1702 Date: Mon, 28 Aug 2023 06:36:14 -0500 Subject: [PATCH 2/2] Disable only for Windows Signed-off-by: Crola1702 --- rosbag2_tests/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rosbag2_tests/CMakeLists.txt b/rosbag2_tests/CMakeLists.txt index 89345abbf4..5ac04d58dc 100644 --- a/rosbag2_tests/CMakeLists.txt +++ b/rosbag2_tests/CMakeLists.txt @@ -69,7 +69,9 @@ if(BUILD_TESTING) rosbag2_test_common::rosbag2_test_common ${test_msgs_TARGETS} ) - ament_add_test_label(test_rosbag2_play_end_to_end xfail) + if(WIN32) + ament_add_test_label(test_rosbag2_play_end_to_end xfail) + endif() endif() ament_add_gmock(test_rosbag2_info_end_to_end