s3: tests: Remove emoji-based tests for now

These break hotdoc, which we need to fix first.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1333>
This commit is contained in:
Arun Raghavan 2023-10-23 08:35:24 -04:00
parent bb26e04a55
commit a49a5dcb11

View file

@ -89,9 +89,4 @@ mod tests {
async fn test_s3_whitespace() {
do_s3_test("s3 test").await;
}
#[tokio::test]
async fn test_s3_unicode() {
do_s3_test("s3 🧪 😱").await;
}
}