mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
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:
parent
bb26e04a55
commit
a49a5dcb11
1 changed files with 0 additions and 5 deletions
|
@ -89,9 +89,4 @@ mod tests {
|
||||||
async fn test_s3_whitespace() {
|
async fn test_s3_whitespace() {
|
||||||
do_s3_test("s3 test").await;
|
do_s3_test("s3 test").await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn test_s3_unicode() {
|
|
||||||
do_s3_test("s3 🧪 😱").await;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue