mark this test serial due to race conditions

This commit is contained in:
James Sturtevant 2020-07-30 15:41:22 -07:00
parent d3c1e81d5e
commit faa84d61c7

View File

@ -79,7 +79,7 @@ const (
gmsaWebhookDeployScriptURL = "https://raw.githubusercontent.com/kubernetes-sigs/windows-gmsa/master/admission-webhook/deploy/deploy-gmsa-webhook.sh"
)
var _ = SIGDescribe("[Feature:Windows] GMSA Full [Slow]", func() {
var _ = SIGDescribe("[Feature:Windows] GMSA Full [Serial] [Slow]", func() {
f := framework.NewDefaultFramework("gmsa-full-test-windows")
ginkgo.Describe("GMSA support", func() {