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 <estesp@amazon.com>
This commit is contained in:
parent
e814b03c74
commit
723306d0ed
@ -48,6 +48,9 @@ func TestSetNegativeOomScoreAdjustmentWhenPrivileged(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSetNegativeOomScoreAdjustmentWhenUnprivilegedHasNoEffect(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() {
|
if runningPrivileged() && !userns.RunningInUserNS() {
|
||||||
t.Skip("needs to be run as non-root or in user namespace")
|
t.Skip("needs to be run as non-root or in user namespace")
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user