Skip to content

Commit 7f6d52f

Browse files
test
1 parent 0d81530 commit 7f6d52f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cluster/rack_revision_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
lib "github.com/aerospike/aerospike-management-lib"
2323
)
2424

25-
var _ = Describe(
25+
var _ = FDescribe(
2626
"RackRevision", func() {
2727
ctx := goctx.TODO()
2828

@@ -131,6 +131,7 @@ var _ = Describe(
131131
aeroCluster := createDummyClusterWithRackRevision(clusterNamespacedName, versionV1, 6)
132132
Expect(DeployCluster(k8sClient, ctx, aeroCluster)).ToNot(HaveOccurred())
133133

134+
By("Changing rack revision to trigger migration")
134135
updatedCluster := changeRackRevision(k8sClient, ctx, clusterNamespacedName)
135136

136137
Eventually(func() bool {

0 commit comments

Comments
 (0)