mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Remove unused err variable
This commit is contained in:
parent
37458b350e
commit
af74fbabf4
@ -144,8 +144,6 @@ func (t *stressTestSuite) DefineTests(driver TestDriver, pattern testpatterns.Te
|
|||||||
}
|
}
|
||||||
|
|
||||||
ginkgo.It("multiple pods should access different volumes repeatedly [Slow] [Serial]", func() {
|
ginkgo.It("multiple pods should access different volumes repeatedly [Slow] [Serial]", func() {
|
||||||
var err error
|
|
||||||
|
|
||||||
l := init()
|
l := init()
|
||||||
defer func() {
|
defer func() {
|
||||||
cleanup(l)
|
cleanup(l)
|
||||||
|
Loading…
Reference in New Issue
Block a user