diff --git a/test/e2e/workload_clusters_test.go b/test/e2e/workload_clusters_test.go index 813b44bcccd8..8852e9bb80c5 100644 --- a/test/e2e/workload_clusters_test.go +++ b/test/e2e/workload_clusters_test.go @@ -9,6 +9,7 @@ import ( "github.com/aws/eks-anywhere/internal/pkg/api" "github.com/aws/eks-anywhere/pkg/api/v1alpha1" + "github.com/aws/eks-anywhere/pkg/features" "github.com/aws/eks-anywhere/test/framework" ) @@ -155,6 +156,7 @@ func TestDockerUpgradeWorkloadClusterWithGithubFlux(t *testing.T) { api.WithControlPlaneCount(1), api.WithWorkerNodeCount(1), ), + framework.WithEnvVar(features.GenericGitProviderEnvVar, "true"), ), framework.NewClusterE2ETest( t, @@ -165,6 +167,7 @@ func TestDockerUpgradeWorkloadClusterWithGithubFlux(t *testing.T) { api.WithControlPlaneCount(1), api.WithWorkerNodeCount(1), ), + framework.WithEnvVar(features.GenericGitProviderEnvVar, "true"), ), ) runWorkloadClusterFlowWithGitOps( @@ -194,6 +197,7 @@ func TestVSphereUpgradeMulticlusterWorkloadClusterWithGithubFlux(t *testing.T) { api.WithWorkerNodeCount(1), api.WithStackedEtcdTopology(), ), + framework.WithEnvVar(features.GenericGitProviderEnvVar, "true"), ), framework.NewClusterE2ETest( t, @@ -205,6 +209,7 @@ func TestVSphereUpgradeMulticlusterWorkloadClusterWithGithubFlux(t *testing.T) { api.WithWorkerNodeCount(1), api.WithStackedEtcdTopology(), ), + framework.WithEnvVar(features.GenericGitProviderEnvVar, "true"), ), ) runWorkloadClusterFlowWithGitOps(