Skip to content

Commit a547cf3

Browse files
Merge pull request #22912 from jsafrane/enable-cloud-tests
Clean up disabled tests #2
2 parents b28d4aa + a9d7bb7 commit a547cf3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/extended/util/test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,6 @@ var (
364364
`should check if Kubernetes master services is included in cluster-info`, // Don't run kube-dns
365365
`DNS configMap`, // this tests dns federation configuration via configmap, which we don't support yet
366366

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)
373367
`authentication: OpenLDAP`, // needs separate setup and bucketing for openldap bootstrapping
374368
`NodeProblemDetector`, // requires a non-master node to run on
375369
`Advanced Audit should audit API calls`, // expects to be able to call /logs
@@ -382,7 +376,6 @@ var (
382376
`mount an API token into pods`, // We add 6 secrets, not 1
383377
`ServiceAccounts should ensure a single API token exists`, // We create lots of secrets
384378
`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
386379
`Simple pod should handle in-cluster config`, // kubectl cp is not preserving executable bit
387380
`Services should be able to up and down services`, // we don't have wget installed on nodes
388381
`Network should set TCP CLOSE_WAIT timeout`, // possibly some difference between ubuntu and fedora

0 commit comments

Comments
 (0)