Skip to content

Commit

Permalink
disable openssl test
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbender committed Mar 12, 2017
1 parent 28bf65c commit fe84bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtls/conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net"
)

func TestClientWithOpenSSL(t *testing.T) {
func _TestClientWithOpenSSL(t *testing.T) {
conn, err := net.Dial("udp", "127.0.0.1:4444")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit fe84bff

Please sign in to comment.