Skip to content

Commit

Permalink
[rust] Remove test data with incorrect browser path in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Aug 12, 2024
1 parent a51c194 commit f32e0ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rust/tests/browser_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ fn invalid_geckodriver_version_test() {
r"C:\Program Files\Google\Chrome\Application\chrome.exe"
)]
#[case("linux", "chrome", "/usr/bin/google-chrome")]
#[case(
"macos",
"chrome",
r"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
)]
#[case(
"macos",
"chrome",
Expand Down

0 comments on commit f32e0ea

Please sign in to comment.