mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Disable "should set different fsGroup for second pod if first pod is deleted" test temporarily
This commit is contained in:
parent
6b2882738b
commit
05fe7094d5
@ -294,6 +294,7 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("should set different fsGroup for second pod if first pod is deleted", 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)
|
fsGroup1, fsGroup2 := int64(1234), int64(4321)
|
||||||
By("Create first pod and check fsGroup is set")
|
By("Create first pod and check fsGroup is set")
|
||||||
pod1 := createPodWithFsGroupTest(config, testVol, fsGroup1, fsGroup1)
|
pod1 := createPodWithFsGroupTest(config, testVol, fsGroup1, fsGroup1)
|
||||||
|
Loading…
Reference in New Issue
Block a user