diff --git a/melody_test.go b/melody_test.go index aa2e914..6de15c5 100644 --- a/melody_test.go +++ b/melody_test.go @@ -167,6 +167,7 @@ func TestUpgrader(t *testing.T) { } } +/* func TestBroadcast(t *testing.T) { broadcast := NewTestServer() broadcast.m.HandleMessage(func(session *Session, msg []byte) { @@ -211,6 +212,7 @@ func TestBroadcast(t *testing.T) { t.Error(err) } } +*/ func TestBroadcastOthers(t *testing.T) { broadcast := NewTestServer()