Merge pull request #93588 from jsturtevant/gmsa-serial

Mark gmsa test serial due to race conditions
This commit is contained in:
Kubernetes Prow Robot 2020-08-26 19:41:02 -07:00 committed by GitHub
commit 305f48936c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {