Skip to content

Commit

Permalink
Revert "Merge pull request openshift#1007 from candita/OCPBUGS-24531-…
Browse files Browse the repository at this point in the history
…SkipScopeChangeTest"

This reverts commit 7a44e03, reversing
changes made to 9a87287.
  • Loading branch information
candita committed Dec 13, 2023
1 parent e99ddfc commit 1a703af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions test/e2e/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1435,9 +1435,6 @@ 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: 0 additions & 4 deletions test/e2e/unmanaged_dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ 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 @@ -194,8 +192,6 @@ 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 1a703af

Please sign in to comment.