mirror of
https://github.com/moby/moby.git
synced 2026-08-03 22:51:03 +00:00
Integration: remove "experimental" option for IPVLAN test-daemons
IPVLAN no longer is experimental since 3ab093d567,
so there's no need to set this option.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -25,7 +25,7 @@ func TestDockerNetworkIpvlanPersistance(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRemoteDaemon)
|
||||
skip.If(t, !ipvlanKernelSupport(t), "Kernel doesn't support ipvlan")
|
||||
|
||||
d := daemon.New(t, daemon.WithExperimental)
|
||||
d := daemon.New(t)
|
||||
d.StartWithBusybox(t)
|
||||
defer d.Stop(t)
|
||||
|
||||
@@ -85,7 +85,7 @@ func TestDockerNetworkIpvlan(t *testing.T) {
|
||||
test: testIpvlanAddressing,
|
||||
},
|
||||
} {
|
||||
d := daemon.New(t, daemon.WithExperimental)
|
||||
d := daemon.New(t)
|
||||
d.StartWithBusybox(t)
|
||||
c := d.NewClientT(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user