mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-18 10:06:51 +01:00
multi: disable linter paralleltest
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user