Skip to content

Commit 8455ad8

Browse files
committed
Ignore a test which never completes on windows
I'm not entirely sure why this is happening, but the server task is never seeing the second send of the client task, and this test will very reliably fail to complete on windows.
1 parent 28f4f65 commit 8455ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/rt/uv/uvio.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2306,6 +2306,7 @@ fn test_read_read_read() {
23062306
}
23072307

23082308
#[test]
2309+
#[ignore(cfg(windows))] // FIXME(#10102) the server never sees the second send
23092310
fn test_udp_twice() {
23102311
do run_in_mt_newsched_task {
23112312
let server_addr = next_test_ip4();

0 commit comments

Comments
 (0)