File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ build --test_env=DASHBOARD_URL
5252build --test_env=DISPLAY
5353build --test_env=FIREFOX_NIGHTLY_BINARY
5454build --test_env=GITHUB_ACTIONS
55- build --test_env=LOCALAPPDATA
5655build --test_env=MOZ_HEADLESS
5756build --test_env=PATH # Remove once browser pinning works
5857build --test_env=SELENIUM_BROWSER
@@ -69,10 +68,11 @@ build --test_env=RUBYOPT="-Irb/lib -w"
6968build --action_env=HOME
7069test --test_env=HOME
7170
72- # Expose necessary variables for Seleinum -Manager.
71+ # Expose necessary variables for Selenium -Manager.
7372
74- test:windows --test_env=PROGRAMFILES
75- test:windows --test_env="PROGRAMFILES(X86)"="C:\\Program Files (x86)"
73+ test:windows --test_env=LOCALAPPDATA
74+ test:windows --test_env=PROGRAMFILES="C:\\Program Files"
75+ test:windows --test_env=PROGRAMFILES(X86)="C:\\Program Files (x86)"
7676
7777test --test_timeout=1800
7878
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ rust_test(
2929 size = "small" ,
3030 srcs = glob (["src/**/*.rs" ]),
3131 crate = ":selenium_manager" ,
32- tags = ["no-sandbox" ],
3332)
3433
3534[
@@ -39,11 +38,6 @@ rust_test(
3938 srcs = [file ],
4039 data = [":selenium-manager" ],
4140 edition = "2021" ,
42- tags = [
43- "exclusive-if-local" ,
44- "no-sandbox" ,
45- "requires-network" ,
46- ],
4741 deps = [":selenium_manager" ] + all_crate_deps (
4842 normal = True ,
4943 normal_dev = True ,
You can’t perform that action at this time.
0 commit comments