Skip to content

Commit bbdfd6d

Browse files
committed
add t.Parallel()
1 parent a47acb8 commit bbdfd6d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/e2e/frontproxies_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import (
3636
)
3737

3838
func TestCreateFrontProxy(t *testing.T) {
39+
t.Parallel()
3940
fmt.Println()
4041

4142
ctrlruntime.SetLogger(logr.Discard())

test/e2e/proxy_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import (
4141
)
4242

4343
func TestRootShardProxy(t *testing.T) {
44+
t.Parallel()
4445
ctrlruntime.SetLogger(logr.Discard())
4546

4647
client := utils.GetKubeClient(t)

test/e2e/rootshards_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import (
3535
)
3636

3737
func TestCreateRootShard(t *testing.T) {
38+
t.Parallel()
3839
ctrlruntime.SetLogger(logr.Discard())
3940

4041
client := utils.GetKubeClient(t)

test/e2e/shards_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import (
3737
)
3838

3939
func TestCreateShard(t *testing.T) {
40+
t.Parallel()
4041
ctrlruntime.SetLogger(logr.Discard())
4142

4243
client := utils.GetKubeClient(t)

0 commit comments

Comments
 (0)