Skip to content

Commit

Permalink
tetragon: Skip loader test for 6.1 and 6.6
Browse files Browse the repository at this point in the history
There's a kernel bug [1] that was merged in several stable trees
including 6.1 and 6.6 trees. It's causing wrong build id which
makes loader test fail.

Skiping the test for now before the fix gets in stable trees.

[1] https://lore.kernel.org/bpf/ZyTde66MF0GUqbvB@krava/
Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri authored and kkourt committed Nov 5, 2024
1 parent 6a4b47a commit 1974ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vmtests/skip.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type skipRule struct {

// We should probably have this in a json file, but for now we keep it here
var rules = []skipRule{
skipRule{TestNameRe: "pkg.sensors.tracing.TestLoader", KernelRe: "(6\\.6|6\\.1)"},
skipRule{TestNameRe: "pkg.tracepoint.TestTracepointLoadFormat", KernelRe: "(6\\.1|bpf-next)"},
}

Expand Down

0 comments on commit 1974ab8

Please sign in to comment.