Skip to content

Commit

Permalink
Re-enable NodePort test
Browse files Browse the repository at this point in the history
  • Loading branch information
danwinship committed Sep 12, 2017
1 parent 2746f59 commit c96875b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion test/extended/networking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export SHELLOPTS
#
# The EmptyDir test is a canary; it will fail if mount propagation is
# not properly configured on the host.
NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Feature:OSNetworkPolicy|EmptyDir volumes should support \(root,0644,tmpfs\)}"
NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Services should be able to create a functioning NodePort service|Feature:OSNetworkPolicy|EmptyDir volumes should support \(root,0644,tmpfs\)}"
NETWORKING_E2E_SKIP="${NETWORKING_E2E_SKIP:-}"

DEFAULT_SKIP_LIST=(
Expand Down
3 changes: 0 additions & 3 deletions test/extended/util/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ var (
`validates resource limits of pods that are allowed to run`, // SchedulerPredicates
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance]

// fails without a cloud provider
"should be able to create a functioning NodePort service",

// TODO undisable:
"should be schedule to node that don't match the PodAntiAffinity terms",
"should perfer to scheduled to nodes pod can tolerate",
Expand Down

0 comments on commit c96875b

Please sign in to comment.