Skip to content

Commit a48001a

Browse files
authored
Mark play_end_to_end test as xfail in Windows (#1452)
* Mark play_end_to_end test as xfail Signed-off-by: Crola1702 <[email protected]> * Disable only for Windows Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]>
1 parent 6753ef3 commit a48001a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rosbag2_tests/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ if(BUILD_TESTING)
6969
rosbag2_test_common::rosbag2_test_common
7070
${test_msgs_TARGETS}
7171
)
72+
if(WIN32)
73+
ament_add_test_label(test_rosbag2_play_end_to_end xfail)
74+
endif()
7275
endif()
7376

7477
ament_add_gmock(test_rosbag2_info_end_to_end

0 commit comments

Comments
 (0)