Skip to content

Commit 9d20c8a

Browse files
committed
[ci] Mark some python tests as being skipped
1 parent a99b08d commit 9d20c8a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ build:remote --disk_cache=
113113
build:remote --incompatible_enable_cc_toolchain_resolution
114114
build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
115115
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
117117

118118
# Env vars we can hard code
119119
build:remote --action_env=HOME=/home/dev

.skipped-tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@
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

py/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)