Skip to content

Commit

Permalink
vmtests: disable TestFastK8s
Browse files Browse the repository at this point in the history
TestFastK8s was introduced in 7043d06.

TestFastK8s has been flaky (see issue 2972). Not sure why this is the
case. Maybe some timing issue with respect to the k8s controller and
fake client initialization.

This commit disables it for vmtests since it does not load any bpf
programs and so it is not kernel dependent.

Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
  • Loading branch information
kkourt authored and mtardy committed Jan 30, 2025
1 parent 79a7ae7 commit 4f35118
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 @@ -20,6 +20,7 @@ var rules = []skipRule{
skipRule{TestNameRe: "pkg.sensors.tracing.TestLoader", KernelRe: "(6\\.6|6\\.1)"},
skipRule{TestNameRe: "pkg.tracepoint.TestTracepointLoadFormat", KernelRe: "(6\\.1|bpf-next)"},
skipRule{TestNameRe: "pkg.sensors.exec.TestProcessCacheInterval", KernelRe: ""},
skipRule{TestNameRe: "pkg.watcher.TestFastK8s", KernelRe: ""},
}

func init() {
Expand Down

0 comments on commit 4f35118

Please sign in to comment.