From d7995f32600c6e390fe878fabf62492da541e881 Mon Sep 17 00:00:00 2001 From: Adelina Tuvenie Date: Wed, 18 Mar 2020 17:50:36 +0100 Subject: [PATCH] Label Windows test as Serial. Windows test "[sig-windows] [Feature:Windows] Cpu Resources Container limits should not be exceeded after waiting 2 minutes" should be run serially to prevent flakyness. --- test/e2e/windows/cpu_limits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/windows/cpu_limits.go b/test/e2e/windows/cpu_limits.go index c669c69f55e..af102f47f37 100644 --- a/test/e2e/windows/cpu_limits.go +++ b/test/e2e/windows/cpu_limits.go @@ -31,7 +31,7 @@ import ( "github.com/onsi/ginkgo" ) -var _ = SIGDescribe("[Feature:Windows] Cpu Resources", func() { +var _ = SIGDescribe("[Feature:Windows] Cpu Resources [Serial]", func() { f := framework.NewDefaultFramework("cpu-resources-test-windows") // The Windows 'BusyBox' image is PowerShell plus a collection of scripts and utilities to mimic common busybox commands