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=
113113build:remote --incompatible_enable_cc_toolchain_resolution
114114build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
115115test:remote --test_env=DISPLAY=:99.0
116- test:remote --test_tag_filters=-edge,-safari ,-remote
116+ test:remote --test_tag_filters=-skip-remote ,-remote
117117
118118# Env vars we can hard code
119119build:remote --action_env=HOME=/home/dev
Original file line number Diff line number Diff line change 3636-//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-remote
3737-//java/test/org/openqa/selenium:FormHandlingTest-chrome
3838-//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
3942-//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(
402402 env_inherit = ["DISPLAY" ],
403403 tags = [
404404 "no-sandbox" ,
405- "skip-remote" ,
406405 ] + BROWSERS ["edge" ]["tags" ],
407406 deps = [
408407 ":init-tree" ,
You can’t perform that action at this time.
0 commit comments