Skip to content

Commit 8e40b68

Browse files
authored
chore(ci): temporarily disable flakey aws_s3 integration test case handles_errored_status (vectordotdev#17455)
This test case is flakey in CI so temporarily disabling it until we can sort it out.
1 parent 060399a commit 8e40b68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sources/aws_s3/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,9 @@ mod integration_tests {
667667
.await;
668668
}
669669

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

0 commit comments

Comments
 (0)