Skip to content

Commit

Permalink
Run large tests manually (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChimera authored Aug 23, 2024
1 parent b167f8b commit a6fd7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-controller/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ py_test(
main = "pytest.py",
data = long_tests + glob(["*.py"], exclude = ["test*.py"]) + [":bazelisk", ":target_determinator"],
env = env,
tags = ["no-sandbox"],
tags = ["no-sandbox", "manual"],
deps = deps + dev_deps,
env_inherit = ["HOME"],
size = "enormous",
Expand Down

0 comments on commit a6fd7cd

Please sign in to comment.