Skip to content

Commit

Permalink
allow flaky ros2_cpp_tests (mvukov#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored and parth-emancro committed Oct 2, 2024
1 parent 963f24b commit c0a66cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2/ament.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def py_launcher(name, deps, idl_deps = None, **kwargs):

def split_kwargs(**kwargs):
"""Split kwargs into those to be forwarded to the actual binary target and launcher target respectively."""
launcher_attrs = ["args", "env", "size", "tags", "timeout", "visibility"]
launcher_attrs = ["args", "env", "flaky", "size", "tags", "timeout", "visibility"]
launcher_target_kwargs = {attr: kwargs.pop(attr) for attr in launcher_attrs if attr in kwargs}
return launcher_target_kwargs, kwargs

Expand Down

0 comments on commit c0a66cf

Please sign in to comment.