Skip to content

Commit

Permalink
HELP-56667: Fixed e2e k8s test failure (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Apr 8, 2024
1 parent 6e96141 commit d0459df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/atlas/kubernetes_config_generate_test.go
Expand Up @@ -1084,7 +1084,7 @@ func referenceServerless(name, region, namespace, projectName string, labels map
func referenceSharedCluster(name, region, namespace, projectName string, labels map[string]string) *akov2.AtlasDeployment {
cluster := referenceAdvancedCluster(name, region, namespace, projectName, labels)
cluster.Spec.DeploymentSpec.ReplicationSpecs[0].RegionConfigs[0].ElectableSpecs = &akov2.Specs{
DiskIOPS: pointer.Get(int64(0)),
DiskIOPS: nil,
InstanceSize: e2eSharedClusterTier,
}
cluster.Spec.DeploymentSpec.ReplicationSpecs[0].RegionConfigs[0].ReadOnlySpecs = nil
Expand Down

0 comments on commit d0459df

Please sign in to comment.