Skip to content

Commit

Permalink
fix: is_aws test flakyness
Browse files Browse the repository at this point in the history
Signed-off-by: Ion Koutsouris <[email protected]>
  • Loading branch information
ion-elgreco committed Jan 10, 2025
1 parent 814fc58 commit b831543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/aws/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,9 @@ mod tests {
}

#[test]
#[serial]
fn test_is_aws() {
clear_env_of_aws_keys();
let options = StorageOptions::default();
assert!(is_aws(&options));

Expand Down

0 comments on commit b831543

Please sign in to comment.