diff --git a/test/e2e/annotations/grpc.go b/test/e2e/annotations/grpc.go index 9b413aeb6..003277885 100644 --- a/test/e2e/annotations/grpc.go +++ b/test/e2e/annotations/grpc.go @@ -122,8 +122,6 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() { }) ginkgo.It("should return OK for service with backend protocol GRPCS", func() { - ginkgo.Skip("GRPCS test temporarily disabled") - f.NewGRPCBinDeployment() host := "echo" diff --git a/test/e2e/framework/deployment.go b/test/e2e/framework/deployment.go index 5144038ff..279b11c1b 100644 --- a/test/e2e/framework/deployment.go +++ b/test/e2e/framework/deployment.go @@ -263,7 +263,7 @@ func (f *Framework) NewGRPCBinDeployment() { { Name: "secure", Port: 9001, - TargetPort: intstr.FromInt(9000), + TargetPort: intstr.FromInt(9001), Protocol: corev1.ProtocolTCP, }, },