@@ -364,12 +364,6 @@ var (
364
364
`should check if Kubernetes master services is included in cluster-info` , // Don't run kube-dns
365
365
`DNS configMap` , // this tests dns federation configuration via configmap, which we don't support yet
366
366
367
- // vSphere tests can be skipped generally
368
- `vsphere` ,
369
- `Cinder` , // requires an OpenStack cluster
370
- // See the CanSupport implementation in upstream to determine wether these work.
371
- `Ceph RBD` , // Works if ceph-common Binary installed (but we can't guarantee this on all clusters).
372
- `GlusterFS` , // May work if /sbin/mount.glusterfs to be installed for plugin to work (also possibly blocked by serial pulling)
373
367
`authentication: OpenLDAP` , // needs separate setup and bucketing for openldap bootstrapping
374
368
`NodeProblemDetector` , // requires a non-master node to run on
375
369
`Advanced Audit should audit API calls` , // expects to be able to call /logs
@@ -382,7 +376,6 @@ var (
382
376
`mount an API token into pods` , // We add 6 secrets, not 1
383
377
`ServiceAccounts should ensure a single API token exists` , // We create lots of secrets
384
378
`unchanging, static URL paths for kubernetes api services` , // the test needs to exclude URLs that are not part of conformance (/logs)
385
- "PersistentVolumes NFS when invoking the Recycle reclaim policy" , // failing for some reason
386
379
`Simple pod should handle in-cluster config` , // kubectl cp is not preserving executable bit
387
380
`Services should be able to up and down services` , // we don't have wget installed on nodes
388
381
`Network should set TCP CLOSE_WAIT timeout` , // possibly some difference between ubuntu and fedora
0 commit comments