Skip to content

Commit

Permalink
Mark play_end_to_end test as xfail in Windows (#1452)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Crola1702 authored Aug 28, 2023
1 parent 6753ef3 commit a48001a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rosbag2_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ if(BUILD_TESTING)
rosbag2_test_common::rosbag2_test_common
${test_msgs_TARGETS}
)
if(WIN32)
ament_add_test_label(test_rosbag2_play_end_to_end xfail)
endif()
endif()

ament_add_gmock(test_rosbag2_info_end_to_end
Expand Down

0 comments on commit a48001a

Please sign in to comment.