Skip to content

Commit af74fba

Browse files
committed
Remove unused err variable
1 parent 37458b3 commit af74fba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/storage/testsuites/stress.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ func (t *stressTestSuite) DefineTests(driver TestDriver, pattern testpatterns.Te
144144
}
145145

146146
ginkgo.It("multiple pods should access different volumes repeatedly [Slow] [Serial]", func() {
147-
var err error
148-
149147
l := init()
150148
defer func() {
151149
cleanup(l)

0 commit comments

Comments
 (0)