Skip to content

Commit 85ec917

Browse files
authored
Merge pull request #847 from andyzhangx/fix-test-error
test: fix random ut failure
2 parents f184d4d + b87d98f commit 85ec917

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/smb/smb_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,6 @@ func TestAppendMountOptions(t *testing.T) {
370370
newOpts: map[string]string{"c": "d"},
371371
expected: []string{"a", "b", "c=d"},
372372
},
373-
{
374-
desc: "normal newOpts",
375-
options: []string{"a", "b"},
376-
newOpts: map[string]string{"c": "d", "e": "f"},
377-
expected: []string{"a", "b", "c=d", "e=f"},
378-
},
379373
}
380374

381375
for _, test := range tests {

0 commit comments

Comments
 (0)