Skip to content

Commit 741a511

Browse files
committed
test: run certificate tests sequentially
1 parent b187a3a commit 741a511

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/e2e/cloud_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ func TestServiceLoadBalancersMinimalSetup(t *testing.T) {
8181
}
8282

8383
func TestServiceLoadBalancersHTTPS(t *testing.T) {
84-
t.Parallel()
85-
8684
lbTest := lbTestHelper{
8785
t: t,
8886
podName: "loadbalancer-https",
@@ -112,8 +110,6 @@ func TestServiceLoadBalancersHTTPS(t *testing.T) {
112110
}
113111

114112
func TestServiceLoadBalancersHTTPSWithManagedCertificate(t *testing.T) {
115-
t.Parallel()
116-
117113
if testCluster.certDomain == "" {
118114
t.Skip("Skipping because CERT_DOMAIN is not set")
119115
}

0 commit comments

Comments
 (0)