Skip to content

Commit 5839855

Browse files
committed
lint disable parallel custom_ip_test.go
1 parent 84ebc75 commit 5839855

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/namespaces/instance/v1/custom_ip_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func Test_IPAttach(t *testing.T) {
2525
AfterFunc: core.AfterFuncCombine(
2626
deleteServer("Server"),
2727
),
28-
//DisableParallel: true,
2928
}))
3029

3130
t.Run("With IP", core.Test(&core.TestConfig{
@@ -45,7 +44,6 @@ func Test_IPAttach(t *testing.T) {
4544
AfterFunc: core.AfterFuncCombine(
4645
deleteServer("Server"),
4746
),
48-
//DisableParallel: true,
4947
}))
5048
}
5149

0 commit comments

Comments
 (0)