Skip to content

Commit 79c22d6

Browse files
committed
[rust] Remove test data with incorrect browser path in macOS
1 parent becb927 commit 79c22d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rust/tests/browser_tests.rs

-5
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ fn invalid_geckodriver_version_test() {
133133
"chrome",
134134
r"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
135135
)]
136-
#[case(
137-
"macos",
138-
"chrome",
139-
r"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
140-
)]
141136
fn browser_path_test(#[case] os: String, #[case] browser: String, #[case] browser_path: String) {
142137
if OS.eq(&os) {
143138
let mut cmd = get_selenium_manager();

0 commit comments

Comments
 (0)