Skip to content

Commit

Permalink
[py + rbe] Skip a test ensuring deps are up to date that we do not ex…
Browse files Browse the repository at this point in the history
…pect to run remotely
  • Loading branch information
shs96c committed Oct 3, 2023
1 parent 5e2972e commit e941051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ compile_pip_requirements(
name = "requirements",
requirements_in = ":requirements.txt",
requirements_txt = ":requirements_lock.txt",
tags = [
"skip-remote", # This test won't run on the RBE because of a lack of network connectivity
],
)

SE_VERSION = "4.13.0"
Expand Down

0 comments on commit e941051

Please sign in to comment.