Skip to content

Commit

Permalink
Merge #99493
Browse files Browse the repository at this point in the history
99493: bazel: keep list of tags sorted r=jlinder a=rickystewart

Otherwise gazelle adds a diff.

Release note: None
Epic: none

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Mar 24, 2023
2 parents a9e90a6 + 6c9f86f commit 83430fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3383,8 +3383,8 @@ test_suite(
name = "ccl_tests",
tags = [
"-broken_in_bazel",
"ccl_test",
"-integration",
"ccl_test",
],
tests = ALL_TESTS,
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/generate-bazel-extra/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ test_suite(
name = "ccl_tests",
tags = [
"-broken_in_bazel",
"ccl_test",
"-integration",
"ccl_test",
],
tests = ALL_TESTS,
)`)
Expand Down

0 comments on commit 83430fc

Please sign in to comment.