mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 13:31:00 +00:00
aws: Skip s3 test on Windows until we figure out why it times out
This commit is contained in:
parent
ba20fc735e
commit
54c84a7211
1 changed files with 2 additions and 0 deletions
|
@ -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_ACCESS_KEY_ID)]
|
||||||
#[test_with::env(AWS_SECRET_ACCESS_KEY)]
|
#[test_with::env(AWS_SECRET_ACCESS_KEY)]
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
|
|
Loading…
Reference in a new issue