mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
PersistentVolumes NFS test to the flaky suite.
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user