Skip to content

Commit 634f7b3

Browse files
authored
Merge pull request #2249 from mattcary/hdha
Re-enable HdHA e2e tests
2 parents f85d19f + 7a6fe5b commit 634f7b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e/tests/multi_zone_e2e_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,8 +1235,6 @@ var _ = Describe("GCE PD CSI Driver Multi-Zone", func() {
12351235
})
12361236

12371237
It("Should successfully run through entire lifecycle of a HdHA volume on instances in 2 zones", func() {
1238-
Skip("Flaking on GCP errors. Google internal bug: 463743704")
1239-
12401238
// Create new driver and client
12411239
Expect(hyperdiskTestContexts).NotTo(BeEmpty())
12421240

@@ -1324,8 +1322,6 @@ var _ = Describe("GCE PD CSI Driver Multi-Zone", func() {
13241322
})
13251323

13261324
It("Should create a HdHA instance, write to it, force-attach it to another instance, and read the same data", func() {
1327-
Skip("Flaking on GCP errors. Google internal bug: 463743704")
1328-
13291325
Expect(hyperdiskTestContexts).NotTo(BeEmpty())
13301326

13311327
zoneToContext := map[string]*remote.TestContext{}

0 commit comments

Comments
 (0)