Skip to content

Commit

Permalink
zmq4: skip tcp-crouter-cdealer
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Oct 14, 2020
1 parent 7860a24 commit 361b05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions czmq4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit 361b05f

Please sign in to comment.