Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2023-10-23 15:35:24 +0300
committerArun Raghavan <arun@asymptotic.io>2023-10-24 19:52:12 +0300
commita49a5dcb11c736897ddadc04173cc46a5806aa00 (patch)
tree16cb6fe271ec120e6f29b7e126705f2063f7bc59
parentbb26e04a55e2ef139656adf35f24bf0a43404f93 (diff)
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>
-rw-r--r--net/aws/tests/s3.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/aws/tests/s3.rs b/net/aws/tests/s3.rs
index fafd4a24..155efe13 100644
--- a/net/aws/tests/s3.rs
+++ b/net/aws/tests/s3.rs
@@ -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;
- }
}