mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Temporarily skip flaky part of the drain test
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: 32f18616c70c52298ea7e07529acba852aa87c86 Component: engine
This commit is contained in:
@@ -453,6 +453,8 @@ func (s *DockerSwarmSuite) TestApiSwarmNodeDrainPause(c *check.C) {
|
||||
n.Spec.Availability = swarm.NodeAvailabilityPause
|
||||
})
|
||||
|
||||
c.Skip("known flakiness with scaling up from this state")
|
||||
|
||||
instances = 14
|
||||
d1.updateService(c, d1.getService(c, id), setInstances(instances))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user