Skip to content

Commit

Permalink
chore(ci): temporarily disable flakey aws_s3 integration test case …
Browse files Browse the repository at this point in the history
…`handles_errored_status` (vectordotdev#17455)

This test case is flakey in CI so temporarily disabling it until we can
sort it out.
  • Loading branch information
neuronull authored May 22, 2023
1 parent 060399a commit 8e40b68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sources/aws_s3/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,9 @@ mod integration_tests {
.await;
}

// TODO: re-enable this after figuring out why it is so flakey in CI
// https://github.com/vectordotdev/vector/issues/17456
#[ignore]
#[tokio::test]
async fn handles_errored_status() {
trace_init();
Expand Down

0 comments on commit 8e40b68

Please sign in to comment.