mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 18:25:30 +00:00
aws: s3: Disable remaining tests too for now
They fail state changes, which cases `GstHarness` to abort.
This commit is contained in:
parent
fd3675aac0
commit
73a53e38c4
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue