We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b187a3a commit 741a511Copy full SHA for 741a511
1 file changed
tests/e2e/cloud_test.go
@@ -81,8 +81,6 @@ func TestServiceLoadBalancersMinimalSetup(t *testing.T) {
81
}
82
83
func TestServiceLoadBalancersHTTPS(t *testing.T) {
84
- t.Parallel()
85
-
86
lbTest := lbTestHelper{
87
t: t,
88
podName: "loadbalancer-https",
@@ -112,8 +110,6 @@ func TestServiceLoadBalancersHTTPS(t *testing.T) {
112
110
113
111
114
func TestServiceLoadBalancersHTTPSWithManagedCertificate(t *testing.T) {
115
116
117
if testCluster.certDomain == "" {
118
t.Skip("Skipping because CERT_DOMAIN is not set")
119
0 commit comments