Skip to content

Commit

Permalink
Remove incorrect e2e for external etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
mitalipaygude committed May 8, 2023
1 parent 6e9027c commit 5990605
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/e2e/tinkerbell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1107,18 +1107,6 @@ func TestTinkerbellKubernetes126BottleRocketSimpleFlow(t *testing.T) {
runTinkerbellSimpleFlow(test)
}

func TestTinkerbellKubernetes127UbuntuExternalEtcdSimpleFlow(t *testing.T) {
test := framework.NewClusterE2ETest(
t,
framework.NewTinkerbell(t, framework.WithUbuntu127Tinkerbell(), framework.WithTinkerbellExternalEtcdTopology(1)),
framework.WithClusterFiller(api.WithKubernetesVersion(v1alpha1.Kube127)),
framework.WithControlPlaneHardware(1),
framework.WithWorkerHardware(1),
framework.WithExternalEtcdHardware(1),
)
runTinkerbellSimpleFlow(test)
}

func TestTinkerbellKubernetes127UbuntuThreeControlPlaneReplicasSimpleFlow(t *testing.T) {
test := framework.NewClusterE2ETest(
t,
Expand Down

0 comments on commit 5990605

Please sign in to comment.