You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/12/02 23:38:17 UTC

[arrow-rs] branch master updated: Skip aws integration test (#3262)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new bcfbd4604 Skip aws integration test (#3262)
bcfbd4604 is described below

commit bcfbd4604c91797393163c5e941638720fa64533
Author: Liang-Chi Hsieh <vi...@gmail.com>
AuthorDate: Fri Dec 2 15:38:11 2022 -0800

    Skip aws integration test (#3262)
---
 object_store/src/aws/credential.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/object_store/src/aws/credential.rs b/object_store/src/aws/credential.rs
index 32430d7f9..900af2406 100644
--- a/object_store/src/aws/credential.rs
+++ b/object_store/src/aws/credential.rs
@@ -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