Skip to content

Commit

Permalink
OCPBUGS-24531 Skip CI for scope change until OCPBUGS-24044 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
candita committed Dec 12, 2023
1 parent d49eeec commit e99ddfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,9 @@ func TestAWSLBTypeDefaulting(t *testing.T) {
// should delete and recreate the service automatically.
func TestScopeChange(t *testing.T) {
t.Parallel()

t.Skip("test skipped until resolution in hand for https://issues.redhat.com/browse/OCPBUGS-24044")

if infraConfig.Status.PlatformStatus == nil {
t.Skip("test skipped on nil platform")
}
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/unmanaged_dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ func TestUnmanagedDNSToManagedDNSIngressController(t *testing.T) {
func TestManagedDNSToUnmanagedDNSIngressController(t *testing.T) {
t.Parallel()

t.Skip("test skipped until resolution in hand for https://issues.redhat.com/browse/OCPBUGS-24044")

name := types.NamespacedName{Namespace: operatorNamespace, Name: "managed-migrated"}
ic := newLoadBalancerController(name, name.Name+"."+dnsConfig.Spec.BaseDomain)
ic.Spec.EndpointPublishingStrategy.LoadBalancer = &operatorv1.LoadBalancerStrategy{
Expand Down Expand Up @@ -192,6 +194,8 @@ func TestManagedDNSToUnmanagedDNSIngressController(t *testing.T) {
func TestUnmanagedDNSToManagedDNSInternalIngressController(t *testing.T) {
t.Parallel()

t.Skip("test skipped until resolution in hand for https://issues.redhat.com/browse/OCPBUGS-24044")

if infraConfig.Status.PlatformStatus == nil {
t.Skip("test skipped on nil platform")
}
Expand Down

0 comments on commit e99ddfc

Please sign in to comment.