Skip to content

Commit

Permalink
Skip tests about double socket (see issue #446 for more details)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 29, 2021
1 parent 4bbd849 commit 6e6a995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_socket.ml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ let icmp_echo_request () =
!received_icmp; Lwt.return_unit

let suite = [
"two sockets connect via TCP", `Quick, two_connect_tcp;
"two sockets connect via TCP", `Slow, two_connect_tcp;
"icmp echo-requests are sent", `Slow, icmp_echo_request;
]

0 comments on commit 6e6a995

Please sign in to comment.