Skip to content

Commit

Permalink
docker: skip new device mapper test for LTS 2022
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Nov 7, 2023
1 parent 54f2aef commit 65149c1
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 @@ -188,6 +188,7 @@ systemd:
})

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

0 comments on commit 65149c1

Please sign in to comment.