Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Sep 27, 2023
1 parent 3f46d10 commit f78f9f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/test_operator/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ var _ = Describe("Operator", Label("e2e", "pr"), func() {
})

It("should add the prefix to all instances", func() {
log.Println("DEBUGGING: Cluster is reconciled, current generation:", fdbCluster.GetCluster().Generation)
Eventually(func(g Gomega) bool {
for _, processGroup := range fdbCluster.GetCluster().Status.ProcessGroups {
g.Expect(string(processGroup.ProcessGroupID)).To(HavePrefix(prefix))
Expand Down

0 comments on commit f78f9f6

Please sign in to comment.