Skip to content

Commit

Permalink
e2e: drop duplicated scale test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jan 10, 2024
1 parent 8e59732 commit 8cac197
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test/e2e/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,3 @@ var _ = Describe("When testing the machinery for scale testing using in-memory p
}
})
})

var _ = Describe("When scale testing using in-memory provider [Scale]", func() {
scaleSpec(ctx, func() scaleSpecInput {
return scaleSpecInput{
E2EConfig: e2eConfig,
ClusterctlConfigPath: clusterctlConfigPath,
InfrastructureProvider: ptr.To("in-memory"),
BootstrapClusterProxy: bootstrapClusterProxy,
ArtifactFolder: artifactFolder,
ClusterCount: ptr.To[int64](10),
Concurrency: ptr.To[int64](5),
Flavor: ptr.To(""),
ControlPlaneMachineCount: ptr.To[int64](1),
MachineDeploymentCount: ptr.To[int64](1),
WorkerMachineCount: ptr.To[int64](3),
SkipCleanup: skipCleanup,
}
})
})

0 comments on commit 8cac197

Please sign in to comment.