Skip to content

Commit 4db9a64

Browse files
committed
Remove no longer valid test
1 parent 7618de8 commit 4db9a64

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

operator/internal/controller/redpanda/redpanda_controller_test.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
569551
func (s *RedpandaControllerSuite) SetupSuite() {
570552
t := s.T()
571553

0 commit comments

Comments
 (0)