Skip to content

Commit 5dc2ba3

Browse files
committed
add tags for the test locks
1 parent d8bdd3c commit 5dc2ba3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/uv/lock/lock_tests.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,19 @@ def lock_test_suite(name):
3535
"testdata/build_constraints.txt",
3636
"testdata/build_constraints2.txt",
3737
],
38+
# It seems that the CI remote executors for the RBE do not have network
39+
# connectivity. Is it only our setup or is it a property of RBE?
40+
tags = ["no-remote-exec"],
3841
out = "testdata/requirements.txt",
3942
)
4043

4144
lock(
4245
name = "requirements_new_file",
4346
srcs = ["testdata/requirements.in"],
4447
out = "does_not_exist.txt",
48+
# It seems that the CI remote executors for the RBE do not have network
49+
# connectivity. Is it only our setup or is it a property of RBE?
50+
tags = ["no-remote-exec"],
4551
)
4652

4753
py_reconfig_test(

0 commit comments

Comments
 (0)