mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Merge pull request #25295 from spxtr/disable-test
PersistentVolumes NFS test to the flaky suite.
This commit is contained in:
commit
dcd6df15cf
@ -53,7 +53,8 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() {
|
|||||||
ns = f.Namespace.Name
|
ns = f.Namespace.Name
|
||||||
})
|
})
|
||||||
|
|
||||||
It("NFS volume can be created, bound, retrieved, unbound, and used by a pod", func() {
|
// Flaky issue: #25294
|
||||||
|
It("NFS volume can be created, bound, retrieved, unbound, and used by a pod [Flaky]", func() {
|
||||||
config := VolumeTestConfig{
|
config := VolumeTestConfig{
|
||||||
namespace: ns,
|
namespace: ns,
|
||||||
prefix: "nfs",
|
prefix: "nfs",
|
||||||
|
Loading…
Reference in New Issue
Block a user