Skip to content

Commit

Permalink
docker: do not run device mapper test
Browse files Browse the repository at this point in the history
With Docker greater than version 25 device mapper has been removed. This
should land in Flatcar from version 4053

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Jul 24, 2024
1 parent a915ad1 commit dae52bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ systemd:

register.Register(&register.Test{
MinVersion: semver.Version{Major: 3034},
EndVersion: semver.Version{Major: 4053},
Run: func(c cluster.TestCluster) { testDockerInfo("devicemapper", c) },
ClusterSize: 1,
Name: "docker.devicemapper-storage",
Expand Down

0 comments on commit dae52bf

Please sign in to comment.