Skip to content

Commit

Permalink
Make sure "tag" is piped for the generated suite.
Browse files Browse the repository at this point in the history
Otherwise targets picked up with ... patterns in command line so disabled tests like "UnsignedTest" doesn't work.

PiperOrigin-RevId: 705255895
  • Loading branch information
gkdn authored and copybara-github committed Dec 11, 2024
1 parent d62539b commit f847e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre/javatests/j2cl_multi_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def j2cl_multi_test(name, test_class, deps, enable_jvm = True, enable_j2kt_nativ
**kwargs
)

native.test_suite(name = name, tests = tests)
native.test_suite(name = name, tests = tests, tags = kwargs.pop("tags", []))

0 comments on commit f847e76

Please sign in to comment.