Skip to content

Commit de23092

Browse files
authored
net: temporarily disable tcp_stream try_read_buf test on WASI (#8036)
This test is flaky on WASI until bytecodealliance/wasmtime#13040 has been addressed. See #8034 for additional details.
1 parent 432ec3f commit de23092

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tokio/tests/tcp_stream.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ fn write_until_pending(stream: &mut TcpStream) -> usize {
312312
total
313313
}
314314

315+
// This test is temporarily disabled on WASI due to
316+
// https://github.com/bytecodealliance/wasmtime/issues/13040. We can re-enable
317+
// it once that issue is fixed and the fix is included in a Wasmtime release.
318+
#[cfg_attr(target_os = "wasi", ignore)]
315319
#[tokio::test]
316320
#[cfg_attr(miri, ignore)] // No `socket` on miri.
317321
async fn try_read_buf() {

0 commit comments

Comments
 (0)