Prune list of failing and flaky tests

Change-Id: I6b91a431f7f8b63ba23fae26ed40c005e0f4eb56
This commit is contained in:
Davanum Srinivas 2017-05-02 21:41:21 -04:00
parent 7e0e7a0d66
commit 04f7b2ee05
2 changed files with 3 additions and 6 deletions

View File

@ -27,16 +27,12 @@ TESTS_LIST_REGEX=(
)
FLAKY_TESTS_LIST=(
'Downward API volume [It] should update annotations on modification [Conformance] [Volume]'
# https://github.com/kubernetes/kubernetes/issues/44226
'Downward API volume [It] should update labels on modification [Conformance] [Volume]'
'Services [It] should serve multiport endpoints from pods [Conformance]'
)
FAILING_TESTS_LIST=(
'Certificates API [It] should support building a client with a CSR'
'DNS [It] should provide DNS for the cluster [Conformance]'
'SSH [It] should SSH to all nodes and run commands'
'Services [It] should be able to up and down services'
# https://github.com/kubernetes/kubernetes/pull/45203
'Services [It] should create endpoints for unready pods'
)

View File

@ -101,6 +101,7 @@ function install_k8s_cloud_provider {
export KUBE_ENABLE_CLUSTER_DASHBOARD=true
export ALLOW_SECURITY_CONTEXT=true
export ENABLE_HOSTPATH_PROVISIONER=true
export ENABLE_SINGLE_CA_SIGNER=true
# Use the docker0's ip address for kubedns to work
export API_HOST_IP="172.17.0.1"
export KUBELET_HOST="0.0.0.0"