Revert "mark the OOM killer as serial to reduce flakes"

This reverts commit bd6f548746.

Running as serial didn't completely eliminate the flake so I think
there's something more going on here.  Reverting the change to serial
since its not a solution.
This commit is contained in:
Todd Neal 2023-08-20 13:38:07 -05:00
parent d5a42e2c22
commit 905f07f1ac

View File

@ -37,10 +37,7 @@ type testCase struct {
oomTargetContainerName string
}
// Marked as [Serial] since currently the runtime can miss the OOM event if the pod is killed too quickly. This seems
// to occur more often when the node is highly loaded.
var _ = SIGDescribe("OOMKiller [LinuxOnly] [NodeConformance] [Serial]", func() {
var _ = SIGDescribe("OOMKiller [LinuxOnly] [NodeConformance]", func() {
f := framework.NewDefaultFramework("oomkiller-test")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged