Skip to content

Commit d9a867a

Browse files
authored
Merge pull request containerd#9939 from estesp/disable-test-failure-GHA
Disable OOM set score unpriv test temporarily
2 parents e814b03 + 723306d commit d9a867a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/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)