diff --git a/czmq4_test.go b/czmq4_test.go index 9b9adde..2426653 100644 --- a/czmq4_test.go +++ b/czmq4_test.go @@ -316,6 +316,7 @@ var ( }, { name: "ipc-crouter-cdealer", + skip: true, endpoint: func() string { return "ipc://crouter-cdealer" }, router: func(ctx context.Context) zmq4.Socket { return zmq4.NewCRouter(ctx, zmq4.CWithID(zmq4.SocketIdentity("router")))