We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d81530 commit 7f6d52fCopy full SHA for 7f6d52f
test/cluster/rack_revision_test.go
@@ -22,7 +22,7 @@ import (
22
lib "github.com/aerospike/aerospike-management-lib"
23
)
24
25
-var _ = Describe(
+var _ = FDescribe(
26
"RackRevision", func() {
27
ctx := goctx.TODO()
28
@@ -131,6 +131,7 @@ var _ = Describe(
131
aeroCluster := createDummyClusterWithRackRevision(clusterNamespacedName, versionV1, 6)
132
Expect(DeployCluster(k8sClient, ctx, aeroCluster)).ToNot(HaveOccurred())
133
134
+ By("Changing rack revision to trigger migration")
135
updatedCluster := changeRackRevision(k8sClient, ctx, clusterNamespacedName)
136
137
Eventually(func() bool {
0 commit comments