File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ build --test_env=DASHBOARD_URL
52
52
build --test_env=DISPLAY
53
53
build --test_env=FIREFOX_NIGHTLY_BINARY
54
54
build --test_env=GITHUB_ACTIONS
55
- build --test_env=LOCALAPPDATA
56
55
build --test_env=MOZ_HEADLESS
57
56
build --test_env=PATH # Remove once browser pinning works
58
57
build --test_env=SELENIUM_BROWSER
@@ -69,10 +68,11 @@ build --test_env=RUBYOPT="-Irb/lib -w"
69
68
build --action_env=HOME
70
69
test --test_env=HOME
71
70
72
- # Expose necessary variables for Seleinum -Manager.
71
+ # Expose necessary variables for Selenium -Manager.
73
72
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)"
76
76
77
77
test --test_timeout=1800
78
78
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ rust_test(
29
29
size = "small" ,
30
30
srcs = glob (["src/**/*.rs" ]),
31
31
crate = ":selenium_manager" ,
32
- tags = ["no-sandbox" ],
33
32
)
34
33
35
34
[
@@ -39,11 +38,6 @@ rust_test(
39
38
srcs = [file ],
40
39
data = [":selenium-manager" ],
41
40
edition = "2021" ,
42
- tags = [
43
- "exclusive-if-local" ,
44
- "no-sandbox" ,
45
- "requires-network" ,
46
- ],
47
41
deps = [":selenium_manager" ] + all_crate_deps (
48
42
normal = True ,
49
43
normal_dev = True ,
You can’t perform that action at this time.
0 commit comments