Skip to content

Commit

Permalink
cgroupv1: do not run tests for version >= 4152
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Dec 2, 2024
1 parent 28a2bfa commit 5fe8bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kola/tests/misc/cgroup1.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func init() {
},
Distros: []string{"cl"},
MinVersion: semver.Version{Major: 3033},
EndVersion: semver.Version{Major: 4152},
// This test is normally not related to the cloud environment
Platforms: []string{"qemu", "qemu-unpriv"},
})
Expand Down

0 comments on commit 5fe8bbd

Please sign in to comment.