Skip to content

Commit

Permalink
Skip aws integration test (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Dec 2, 2022
1 parent f6bd9b5 commit bcfbd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_store/src/aws/credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ mod tests {
async fn test_instance_metadata() {
if env::var("TEST_INTEGRATION").is_err() {
eprintln!("skipping AWS integration test");
return;
}

// For example https://github.com/aws/amazon-ec2-metadata-mock
Expand Down

0 comments on commit bcfbd46

Please sign in to comment.