File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
operator/internal/controller/redpanda Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -548,24 +548,6 @@ func (s *RedpandaControllerSuite) TestLicense() {
548548 }
549549}
550550
551- func (s * RedpandaControllerSuite ) TestConnectorsIntegration () {
552- rp := s .minimalRP ()
553-
554- rp .Spec .ClusterSpec .Connectors = & redpandav1alpha2.RedpandaConnectors {
555- Enabled : ptr .To (true ),
556- }
557-
558- s .applyAndWait (rp )
559-
560- // Assert that we see the connectors deployment and that it's healthy.
561- var deployments appsv1.DeploymentList
562- s .NoError (s .client .List (s .ctx , & deployments ))
563- s .Len (deployments .Items , 1 )
564- s .Equal (int32 (1 ), deployments .Items [0 ].Status .ReadyReplicas )
565-
566- s .deleteAndWait (rp )
567- }
568-
569551func (s * RedpandaControllerSuite ) SetupSuite () {
570552 t := s .T ()
571553
You can’t perform that action at this time.
0 commit comments