multi: disable linter paralleltest

This commit is contained in:
yyforyongyu
2023-10-13 00:00:54 +08:00
parent 839b6271e5
commit 22600b47f1
6 changed files with 23 additions and 25 deletions

View File

@@ -1579,7 +1579,6 @@ func TestFundingManagerNormalWorkflow(t *testing.T) {
},
}
//nolint:paralleltest
for _, testCase := range testCases {
t.Run(testCase.typeName, func(t *testing.T) {
testNormalWorkflow(t, testCase.chanType)
@@ -4747,7 +4746,6 @@ func TestFundingManagerZeroConf(t *testing.T) {
},
}
//nolint:paralleltest
for _, testCase := range testCases {
t.Run(testCase.typeName, func(t *testing.T) {
testZeroConf(t, testCase.chanType)