Merge pull request #75015 from cofyc/fix73168-disable-temporarily

Disable "should set different fsGroup for second pod if first pod is deleted" temporarily
pull/564/head
Kubernetes Prow Robot 2019-03-06 04:46:10 -08:00 committed by GitHub
commit d99979f8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
})
It("should set different fsGroup for second pod if first pod is deleted", func() {
framework.Skipf("Disabled temporarily, reopen after #73168 is fixed")
fsGroup1, fsGroup2 := int64(1234), int64(4321)
By("Create first pod and check fsGroup is set")
pod1 := createPodWithFsGroupTest(config, testVol, fsGroup1, fsGroup1)