Skip to content

Commit

Permalink
tests: ignore test_both_env_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Oct 18, 2023
1 parent 2989905 commit 513e019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ mod test {
use std::env;

#[test]
#[ignore] // launch singularly since env are globals
fn test_both_env_vars() {
env::set_var("ELECTRS_EXEC", "placeholder");
env::set_var("ELECTRS_EXE", "placeholder");
Expand Down

0 comments on commit 513e019

Please sign in to comment.