Skip to content

Commit

Permalink
Tag buildifier_test as no-remote-exec
Browse files Browse the repository at this point in the history
The test runs buildifier on the local repository outside of the sandbox.
This cannot work remotely.
  • Loading branch information
aherrmann committed May 10, 2024
1 parent 5c4aef3 commit 56344b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildifier_test(
lint_mode = "warn",
mode = "diff",
no_sandbox = True,
tags = ["no-remote-exec"],
workspace = "//:WORKSPACE",
)

Expand Down

0 comments on commit 56344b5

Please sign in to comment.