diff --git a/czmq4_test.go b/czmq4_test.go index c5f6ffd..dddd9a1 100644 --- a/czmq4_test.go +++ b/czmq4_test.go @@ -264,6 +264,7 @@ var ( }, { name: "tcp-crouter-cdealer", + skip: true, endpoint: func() string { return must(EndPoint("tcp")) }, router: func(ctx context.Context) zmq4.Socket { return zmq4.NewCRouter(ctx, zmq4.CWithID(zmq4.SocketIdentity("router")))