Skip to content

Commit

Permalink
quic/tests: remove dialer_can_receive test
Browse files Browse the repository at this point in the history
Test will be removed completely from the test harness in libp2p#3108.
  • Loading branch information
elenaf9 committed Nov 12, 2022
1 parent bea79a8 commit 0ab672a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions transports/quic/tests/stream_compliance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0ab672a

Please sign in to comment.