Skip to content

Commit 630226b

Browse files
estespdmcgowan
authored andcommitted
Disable OOM set score unpriv test temporarily
Temporary skip while we find root cause of GHA environment changes causing failure. Signed-off-by: Phil Estes <[email protected]> (cherry picked from commit 723306d) Signed-off-by: Derek McGowan <[email protected]>
1 parent 69ca1b2 commit 630226b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sys/oom_linux_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ func TestSetNegativeOomScoreAdjustmentWhenPrivileged(t *testing.T) {
4848
}
4949

5050
func TestSetNegativeOomScoreAdjustmentWhenUnprivilegedHasNoEffect(t *testing.T) {
51+
// TODO: remove skip once we have determined cause of failure in GHA (2024-03-06)
52+
t.Skip("test consistently failing in GitHub Actions")
53+
5154
if runningPrivileged() && !userns.RunningInUserNS() {
5255
t.Skip("needs to be run as non-root or in user namespace")
5356
return

0 commit comments

Comments
 (0)