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 bd27897
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},
MaxVersion: semver.Version{Major: 4053},

Check failure on line 190 in kola/tests/docker/docker.go

View workflow job for this annotation

GitHub Actions / Build

unknown field MaxVersion in struct literal of type register.Test
Run: func(c cluster.TestCluster) { testDockerInfo("devicemapper", c) },
ClusterSize: 1,
Name: "docker.devicemapper-storage",
Expand Down

0 comments on commit bd27897

Please sign in to comment.