Skip to content

Commit

Permalink
[rust] Remove geckodriver 0.32.0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Feb 2, 2023
1 parent e92ab45 commit e3e77e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ use std::str;
#[case("edge", "msedgedriver", "105", "105.0")]
#[case("edge", "msedgedriver", "106", "106.0")]
#[case("firefox", "geckodriver", "", "")]
#[case("firefox", "geckodriver", "105", "0.32.0")]
#[case("iexplorer", "IEDriverServer", "", "")]
fn ok_test(
#[case] browser: String,
Expand Down

0 comments on commit e3e77e7

Please sign in to comment.