mirror of https://github.com/k3s-io/k3s
PersistentVolumes NFS test to the flaky suite.
parent
0db3ca4b50
commit
fa74d2c9de
|
@ -53,7 +53,8 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() {
|
|||
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{
|
||||
namespace: ns,
|
||||
prefix: "nfs",
|
||||
|
|
Loading…
Reference in New Issue