Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit efaaa18

Browse files
Merge pull request #29 from webrtc-rs/disable-failing-windows-test
Disable test that started failing on windows
2 parents 73f4e28 + bdf7eed commit efaaa18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mdns/mdns_test.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ use regex::Regex;
88
use tokio::sync::{mpsc, Mutex};
99

1010
#[tokio::test]
11+
// This test is disabled on Windows for now because it gets stuck and never finishes.
12+
// This does not seem to have happened due to a code change. It started happening with
13+
// `ce55c3a066ab461c3e74f0d5ac6f1209205e79bc` but was verified as happening on
14+
// `92cc698a3dc6da459f3bf3789fd046c2dffdf107` too.
15+
#[cfg(not(windows))]
1116
async fn test_multicast_dns_only_connection() -> Result<()> {
1217
let cfg0 = AgentConfig {
1318
network_types: vec![NetworkType::Udp4],

0 commit comments

Comments
 (0)