Skip to content

Commit 3a94316

Browse files
fix: remove focus from replica mode E2E test
1 parent 6da93f2 commit 3a94316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/replica_mode_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ var _ = Describe("Replica Mode", func() {
114114
})
115115
})
116116

117-
Context("archive mode set to 'always' on designated primary", Focus, func() {
118-
It("verify replica cluster can archive WALs from the designated primary", Focus, func() {
117+
Context("archive mode set to 'always' on designated primary", func() {
118+
It("verify replica cluster can archive WALs from the designated primary", func() {
119119
const replicaClusterSample = fixturesDir + replicaModeClusterDir + "cluster-replica-archive-mode-always.yaml"
120120

121121
replicaNamespace = "replica-mode-archive"

0 commit comments

Comments
 (0)