Skip to content

Commit

Permalink
[ci] Mark some python tests as being skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 10, 2023
1 parent a99b08d commit 9d20c8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ build:remote --disk_cache=
build:remote --incompatible_enable_cc_toolchain_resolution
build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
test:remote --test_env=DISPLAY=:99.0
test:remote --test_tag_filters=-edge,-safari,-remote
test:remote --test_tag_filters=-skip-remote,-remote

# Env vars we can hard code
build:remote --action_env=HOME=/home/dev
Expand Down
3 changes: 3 additions & 0 deletions .skipped-tests
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
-//java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest-remote
-//java/test/org/openqa/selenium:FormHandlingTest-chrome
-//py:common-chrome-test/selenium/webdriver/common/virtual_authenticator_tests.py
-//py:test-chrome-test/selenium/webdriver/chrome/chrome_launcher_tests.py
-//py:test-chrome-test/selenium/webdriver/chrome/proxy_tests.py
-//py:test-chrome-test/selenium/webdriver/chrome/chrome_service_tests.py
-//py:unit-test/unit/selenium/webdriver/common/cdp_module_fallback_tests.py
1 change: 0 additions & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ py_test_suite(
env_inherit = ["DISPLAY"],
tags = [
"no-sandbox",
"skip-remote",
] + BROWSERS["edge"]["tags"],
deps = [
":init-tree",
Expand Down

0 comments on commit 9d20c8a

Please sign in to comment.