mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-18 16:16:28 +00:00
quinn: ignore the test using the hostname
Ignore the test for now, since the CI runners only resolve to an IPv6 address which are not handled correctly. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1867>
This commit is contained in:
parent
fe8e9c2891
commit
2d6f084596
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ fn test_send_receive_with_datagram() {
|
|||
|
||||
#[test]
|
||||
#[serial]
|
||||
#[ignore = "CI runners resolve localhost to an IPv6 address only which are not handled correctly yet"]
|
||||
fn test_send_receive_with_hostname() {
|
||||
send_receive("url=https://localhost:7772", "port=7772");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue