diff --git a/transports/quic/tests/stream_compliance.rs b/transports/quic/tests/stream_compliance.rs index c2b6f4bed85..b8f95178879 100644 --- a/transports/quic/tests/stream_compliance.rs +++ b/transports/quic/tests/stream_compliance.rs @@ -11,14 +11,6 @@ async fn close_implies_flush() { libp2p_muxer_test_harness::close_implies_flush(alice, bob).await; } -#[async_std::test] -#[ignore] // Hangs forever, same as yamux. We can't read from a stream that we have never written to. -async fn dialer_can_receive() { - let (alice, bob) = connected_peers().await; - - libp2p_muxer_test_harness::dialer_can_receive(alice, bob).await; -} - #[async_std::test] async fn read_after_close() { let (alice, bob) = connected_peers().await;