File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import (
3636)
3737
3838func TestCreateFrontProxy (t * testing.T ) {
39+ t .Parallel ()
3940 fmt .Println ()
4041
4142 ctrlruntime .SetLogger (logr .Discard ())
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ import (
4141)
4242
4343func TestRootShardProxy (t * testing.T ) {
44+ t .Parallel ()
4445 ctrlruntime .SetLogger (logr .Discard ())
4546
4647 client := utils .GetKubeClient (t )
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import (
3535)
3636
3737func TestCreateRootShard (t * testing.T ) {
38+ t .Parallel ()
3839 ctrlruntime .SetLogger (logr .Discard ())
3940
4041 client := utils .GetKubeClient (t )
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ import (
3737)
3838
3939func TestCreateShard (t * testing.T ) {
40+ t .Parallel ()
4041 ctrlruntime .SetLogger (logr .Discard ())
4142
4243 client := utils .GetKubeClient (t )
You can’t perform that action at this time.
0 commit comments