Skip to content

Commit

Permalink
Unfocus
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Oct 21, 2021
1 parent 07d03fe commit a7e0e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ CONSOLE_LOG=new`
Expect(rmqClusterClient.Delete(context.TODO(), cluster)).To(Succeed())
})

FIt("publishes and consumes a message", func() {
It("publishes and consumes a message", func() {
if !hasFeatureEnabled(cluster, "stream_queue") {
Skip("rabbitmq_stream plugin is not supported by RabbitMQ image " + cluster.Spec.Image)
}else {
Expand Down

0 comments on commit a7e0e7a

Please sign in to comment.