File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ build:remote --disk_cache=
113
113
build:remote --incompatible_enable_cc_toolchain_resolution
114
114
build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
115
115
test:remote --test_env=DISPLAY=:99.0
116
- test:remote --test_tag_filters=-edge,-safari ,-remote
116
+ test:remote --test_tag_filters=-skip-remote ,-remote
117
117
118
118
# Env vars we can hard code
119
119
build:remote --action_env=HOME=/home/dev
Original file line number Diff line number Diff line change 36
36
-//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-remote
37
37
-//java/test/org/openqa/selenium:FormHandlingTest-chrome
38
38
-//py:common-chrome-test/selenium/webdriver/common/virtual_authenticator_tests.py
39
+ -//py:test-chrome-test/selenium/webdriver/chrome/chrome_launcher_tests.py
40
+ -//py:test-chrome-test/selenium/webdriver/chrome/proxy_tests.py
41
+ -//py:test-chrome-test/selenium/webdriver/chrome/chrome_service_tests.py
39
42
-//py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py
Original file line number Diff line number Diff line change @@ -402,7 +402,6 @@ py_test_suite(
402
402
env_inherit = ["DISPLAY" ],
403
403
tags = [
404
404
"no-sandbox" ,
405
- "skip-remote" ,
406
405
] + BROWSERS ["edge" ]["tags" ],
407
406
deps = [
408
407
":init-tree" ,
You can’t perform that action at this time.
0 commit comments