Skip to content

Commit

Permalink
Merge pull request #545 from flatcar/tormath1/docker
Browse files Browse the repository at this point in the history
docker: skip device mapper for <= 4048
  • Loading branch information
tormath1 authored Aug 1, 2024
2 parents 1498312 + be8aac8 commit ac3b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kola/tests/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ systemd:

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

0 comments on commit ac3b487

Please sign in to comment.