We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69ca1b2 + 630226b commit 5613faeCopy full SHA for 5613fae
1 file changed
sys/oom_linux_test.go
@@ -48,6 +48,9 @@ func TestSetNegativeOomScoreAdjustmentWhenPrivileged(t *testing.T) {
48
}
49
50
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
+
54
if runningPrivileged() && !userns.RunningInUserNS() {
55
t.Skip("needs to be run as non-root or in user namespace")
56
return
0 commit comments