mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #103876 from juanfescobar/flakylabel
Improve storage test skipping pattern.
This commit is contained in:
commit
7820de3803
@ -283,8 +283,8 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
|
|||||||
e2epod.DeletePodOrFail(config.client, config.ns, pod2.Name)
|
e2epod.DeletePodOrFail(config.client, config.ns, pod2.Name)
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("should set different fsGroup for second pod if first pod is deleted", func() {
|
ginkgo.It("should set different fsGroup for second pod if first pod is deleted [Flaky]", func() {
|
||||||
e2eskipper.Skipf("Disabled temporarily, reopen after #73168 is fixed")
|
// TODO: Disabled temporarily, remove [Flaky] tag after #73168 is fixed.
|
||||||
fsGroup1, fsGroup2 := int64(1234), int64(4321)
|
fsGroup1, fsGroup2 := int64(1234), int64(4321)
|
||||||
ginkgo.By("Create first pod and check fsGroup is set")
|
ginkgo.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