Skip to content

Commit

Permalink
Merge pull request containerd#9943 from dmcgowan/1.6-skip-oom-test
Browse files Browse the repository at this point in the history
[release/1.6] Disable OOM set score unpriv test temporarily
  • Loading branch information
AkihiroSuda authored Mar 7, 2024
2 parents 367fa1a + c7c8ce6 commit d3577c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/oom_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ func TestSetNegativeOomScoreAdjustmentWhenPrivileged(t *testing.T) {
}

func TestSetNegativeOomScoreAdjustmentWhenUnprivilegedHasNoEffect(t *testing.T) {
// TODO: remove skip once we have determined cause of failure in GHA (2024-03-06)
t.Skip("test consistently failing in GitHub Actions")

if runningPrivileged() && !userns.RunningInUserNS() {
t.Skip("needs to be run as non-root or in user namespace")
return
Expand Down

0 comments on commit d3577c3

Please sign in to comment.