Rewrite services shell test in Go.
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
|
||||
# Verifies that services and virtual IPs work.
|
||||
|
||||
|
||||
# TODO(wojtek-t): Remove this test once the following go tests are stable:
|
||||
# - "should work after restarting kube-proxy"
|
||||
# - "should work after restarting apiserver"
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
@@ -94,6 +94,7 @@ GCE_PARALLEL_SKIP_TESTS=(
|
||||
"Nodes\sNetwork"
|
||||
"Nodes\sResize"
|
||||
"MaxPods"
|
||||
"Services.*restarting"
|
||||
"Shell.*services"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user