Skip to content

Commit

Permalink
buildutil: allow disallowed_imports_test to execute remotely
Browse files Browse the repository at this point in the history
This has been tagged as `local` since it existed, apparently for no
reason.

Epic: none
Release note: None
Release justification: Test-only code changes
  • Loading branch information
rickystewart committed Jul 31, 2024
1 parent f3afb3c commit 8556bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/testutils/buildutil/buildutil.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,4 @@ def disallowed_imports_test(
name = src.strip(":") + "_disallowed_imports_test",
size = "small",
srcs = [":" + script],
tags = ["local"],
)

0 comments on commit 8556bb3

Please sign in to comment.