Skip to content

Commit

Permalink
Merge pull request kubernetes#17321 from wonderfly/master
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Nov 17, 2015
2 parents b04e630 + f83418b commit b7eb2ca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
@@ -224,10 +224,16 @@ GCE_SOAK_CONTINUOUS_SKIP_TESTS=(
GCE_RELEASE_SKIP_TESTS=(
)

# TODO(wonderfly): Delete this once
# https://github.com/kubernetes/kubernetes/issues/12689 is fixed.
TRUSTY_SKIP_TESTS=(
# TODO(wonderfly): Remove this once
# https://github.com/kubernetes/kubernetes/issues/12689 is fixed.
"Services.*should\swork\safter\srestarting\skube-proxy"
# This test was broken and fixed after v1.1.1 release cut. As Trusty release
# tests pin to the latest release version of k8s, we'd have to wait till
# next release to pick up the fix.
# https://github.com/kubernetes/kubernetes/pull/14603
# TODO(wonderfly): Remove this once v1.1.2 is out.
"Kubelet\sregular\sresource\susage\stracking\sover\s30m0s\swith\s0\spods\sper\snode"
)

# Define environment variables based on the Jenkins project name.

0 comments on commit b7eb2ca

Please sign in to comment.