Skip to content

Commit 3faaac4

Browse files
committed
chore: run machine tests in parallel
1 parent 1b61304 commit 3faaac4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/machine_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import (
1313
)
1414

1515
func TestMachineRename(t *testing.T) {
16+
t.Parallel()
17+
1618
name := "ucind-test.machine-rename"
1719
ctx := context.Background()
1820
c, _ := createTestCluster(t, name, ucind.CreateClusterOptions{Machines: 3}, true)
@@ -205,6 +207,8 @@ func TestMachineRename(t *testing.T) {
205207
}
206208

207209
func TestUpdateMachine(t *testing.T) {
210+
t.Parallel()
211+
208212
name := "ucind-test.machine-update"
209213
ctx := context.Background()
210214
c, _ := createTestCluster(t, name, ucind.CreateClusterOptions{Machines: 3}, true)

0 commit comments

Comments
 (0)