Skip to content

Commit

Permalink
ignore s3 unit test, minIO CI not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Oct 31, 2021
1 parent 5a44b50 commit 4d4a323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/dal/src/impls/aws_s3/s3_input_stream_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ impl TestFixture {
}

#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
#[ignore]
async fn test_s3_input_stream_api() -> common_exception::Result<()> {
let test_key = "test_s3_input_stream".to_string();
let fixture = TestFixture::new(1024 * 10, test_key.clone());
Expand Down

0 comments on commit 4d4a323

Please sign in to comment.