@@ -58,7 +58,7 @@ compile_pip_requirements(
5858 requirements_in = ":requirements.txt" ,
5959 requirements_txt = ":requirements_lock.txt" ,
6060 tags = [
61- "skip-remote " , # This test won't run on the RBE because of a lack of network connectivity
61+ "skip-rbe " , # This test won't run on the RBE because of a lack of network connectivity
6262 ],
6363)
6464
@@ -486,7 +486,7 @@ py_test_suite(
486486 env_inherit = ["DISPLAY" ],
487487 tags = [
488488 "no-sandbox" ,
489- "skip-remote " ,
489+ "skip-rbe " ,
490490 ] + BROWSERS ["chrome" ]["tags" ],
491491 deps = [
492492 ":init-tree" ,
@@ -533,7 +533,7 @@ py_test_suite(
533533 env_inherit = ["DISPLAY" ],
534534 tags = [
535535 "no-sandbox" ,
536- "skip-remote " ,
536+ "skip-rbe " ,
537537 ] + BROWSERS ["firefox" ]["tags" ],
538538 deps = [
539539 ":init-tree" ,
@@ -561,7 +561,7 @@ py_test_suite(
561561 ],
562562 tags = [
563563 "no-sandbox" ,
564- "skip-remote " ,
564+ "skip-rbe " ,
565565 ],
566566 deps = [
567567 ":init-tree" ,
@@ -584,7 +584,7 @@ py_test_suite(
584584 ],
585585 tags = [
586586 "no-sandbox" ,
587- "skip-remote " ,
587+ "skip-rbe " ,
588588 ],
589589 deps = [
590590 ":init-tree" ,
@@ -606,7 +606,7 @@ py_test_suite(
606606 tags = [
607607 "exclusive-if-local" ,
608608 "no-sandbox" ,
609- "skip-remote " ,
609+ "skip-rbe " ,
610610 ],
611611 deps = [
612612 ":init-tree" ,
@@ -631,7 +631,7 @@ py_test_suite(
631631 tags = [
632632 "exclusive-if-local" ,
633633 "no-sandbox" ,
634- "skip-remote " ,
634+ "skip-rbe " ,
635635 ],
636636 deps = [
637637 ":init-tree" ,
@@ -656,7 +656,7 @@ py_test_suite(
656656 tags = [
657657 "exclusive-if-local" ,
658658 "no-sandbox" ,
659- "skip-remote " ,
659+ "skip-rbe " ,
660660 ],
661661 deps = [
662662 ":init-tree" ,
0 commit comments