aws: s3: Disable remaining tests too for now

They fail state changes, which cases `GstHarness` to abort.
This commit is contained in:
Sebastian Dröge 2024-01-16 09:12:59 +02:00
parent fd3675aac0
commit 73a53e38c4

View file

@ -173,16 +173,19 @@ mod tests {
delete_object(region.clone(), &bucket, &key).await;
}
#[ignore = "failing, needs investigation"]
#[tokio::test]
async fn test_s3_multipart_simple() {
do_s3_multipart_test("s3-test").await;
}
#[ignore = "failing, needs investigation"]
#[tokio::test]
async fn test_s3_multipart_whitespace() {
do_s3_multipart_test("s3 test").await;
}
#[ignore = "failing, needs investigation"]
#[tokio::test]
async fn test_s3_multipart_unicode() {
do_s3_multipart_test("s3 🧪 😱").await;