Skip to content

Commit 7c7ba19

Browse files
committed
Revert "Disable local block volume reconstruction test"
This reverts commit 7c240a1.
1 parent 9790262 commit 7c7ba19

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/e2e/storage/testsuites/disruptive.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ func InitDisruptiveTestSuite() TestSuite {
5050
},
5151
}
5252
}
53-
5453
func (s *disruptiveTestSuite) getTestSuiteInfo() TestSuiteInfo {
5554
return s.tsInfo
5655
}
@@ -145,12 +144,6 @@ func (s *disruptiveTestSuite) defineTests(driver TestDriver, pattern testpattern
145144
if (pattern.VolMode == v1.PersistentVolumeBlock && t.runTestBlock != nil) ||
146145
(pattern.VolMode == v1.PersistentVolumeFilesystem && t.runTestFile != nil) {
147146
ginkgo.It(t.testItStmt, func() {
148-
149-
if pattern.VolMode == v1.PersistentVolumeBlock && driver.GetDriverInfo().InTreePluginName == "kubernetes.io/local-volume" {
150-
// TODO: https://github.com/kubernetes/kubernetes/issues/74552
151-
framework.Skipf("Local volume volume plugin does not support block volume reconstruction (#74552)")
152-
}
153-
154147
init()
155148
defer cleanup()
156149

0 commit comments

Comments
 (0)