Skip to content

Commit

Permalink
libbpf-compat: skip tests that fail on 5.17
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Gögge <r.goegge@gmail.com>
  • Loading branch information
rgo3 authored and lmb committed Jul 19, 2022
1 parent 49d7018 commit 0da3887
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elf_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@ func TestLibBPFCompat(t *testing.T) {
t.Skip("Skipping since .text contains 'subprog' twice")
case "linked_maps.linked3.o", "linked_funcs.linked3.o":
t.Skip("Skipping since weak relocations are not supported")
case "bloom_filter_map.o", "bloom_filter_map.linked3.o",
"bloom_filter_bench.o", "bloom_filter_bench.linked3.o":
t.Skip("Skipping due to missing MapExtra field in MapSpec")
}

t.Parallel()
Expand Down

0 comments on commit 0da3887

Please sign in to comment.