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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user