Skip to content

Commit efa23ab

Browse files
authored
CLOUDP-316083: Let integrations e2e2 run now (#2407)
1 parent ace71d1 commit efa23ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/e2e2/integration_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import (
3232
"github.com/mongodb/mongodb-atlas-kubernetes/v2/api"
3333
akov2 "github.com/mongodb/mongodb-atlas-kubernetes/v2/api/v1"
3434
"github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/controller/connectionsecret"
35-
"github.com/mongodb/mongodb-atlas-kubernetes/v2/internal/version"
3635
"github.com/mongodb/mongodb-atlas-kubernetes/v2/pkg/state"
3736
"github.com/mongodb/mongodb-atlas-kubernetes/v2/test/helper/control"
3837
"github.com/mongodb/mongodb-atlas-kubernetes/v2/test/helper/e2e/utils"
@@ -55,9 +54,6 @@ var _ = Describe("Atlas Third-Party Integrations Controller", Ordered, Label("in
5554
var testNamespace *corev1.Namespace
5655

5756
_ = BeforeAll(func() {
58-
if !version.IsExperimental() {
59-
Skip("Skipping experimental test on non experimental build")
60-
}
6157
deletionProtectionOff := false
6258
ako = runTestAKO(DefaultGlobalCredentials, control.MustEnvVar("OPERATOR_NAMESPACE"), deletionProtectionOff)
6359
ako.Start(GinkgoT())

0 commit comments

Comments
 (0)