Skip to content

Commit

Permalink
fix(builtin): declare size=small on generated_file_test
Browse files Browse the repository at this point in the history
The test itself just runs diff, so it's always fast. This prevents warnings under bazel test --test_verbose_timeout_warnings
Note that the **kwargs are passed to both the binary and test targets here, so users can't pass this attribute
  • Loading branch information
Alex Eagle committed Dec 22, 2020
1 parent 2a9abfc commit ef6e19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/generated_file_test/generated_file_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def generated_file_test(name, generated, src, substring_search = False, src_dbg
loc % generated,
],
data = data,
size = "small",
**kwargs
)

Expand Down

0 comments on commit ef6e19a

Please sign in to comment.