Skip to content

Commit

Permalink
add 6.10+ to unsupported versions (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur authored Dec 19, 2024
1 parent 2739e51 commit 8e10fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fs/kernel_list_cache_inifinite_ttl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func SkipTestForUnsupportedKernelVersion(t *testing.T) {
// TODO: b/384648943 make this part of fsTest.SetUpTestSuite() after post fs
// tests are fully migrated to stretchr/testify.
t.Helper()
UnsupportedKernelVersions := []string{`^6\.9\.\d+`}
UnsupportedKernelVersions := []string{`^6\.9\.\d+`, `^6\.\d{2}\.\d+`}

kernelVersion := operations.KernelVersion(t)
for i := 0; i < len(UnsupportedKernelVersions); i++ {
Expand Down

0 comments on commit 8e10fc7

Please sign in to comment.