The problem was accidentally introduced in: e8dc9027819a9256f2237c54c13c66105edfc01e Signed-off-by: Rob Murray <rob.murray@docker.com>
@@ -96,7 +96,7 @@ func TestDockerNetworkIpvlan(t *testing.T) {
t.Cleanup(func() { d.Stop(t) })
d.StartWithBusybox(ctx, t)
c := d.NewClientT(t)
- tc.test(ctx, c)
+ tc.test(ctx, c)(t)
})
// FIXME(vdemeester) clean network
@@ -82,7 +82,7 @@ func TestDockerNetworkMacvlan(t *testing.T) {