aws: Skip s3 test on Windows until we figure out why it times out

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
This commit is contained in:
Arun Raghavan 2022-11-02 13:14:08 -04:00 committed by GStreamer Marge Bot
parent 07f3b0f504
commit 6b3f0f764e

View file

@ -22,6 +22,8 @@ fn init() {
});
}
// The test times out on Windows for some reason, skip until we figure out why
#[cfg(not(target_os = "windows"))]
#[test_with::env(AWS_ACCESS_KEY_ID)]
#[test_with::env(AWS_SECRET_ACCESS_KEY)]
#[tokio::test]