Skip to content

Commit

Permalink
disable flatcar tests for vsphere (#1512)
Browse files Browse the repository at this point in the history
Signed-off-by: Moath Qasim <[email protected]>

Signed-off-by: Moath Qasim <[email protected]>
Co-authored-by: Moath Qasim <[email protected]>
  • Loading branch information
kubermatic-bot and moadqassem authored Dec 7, 2022
1 parent d0d8cf3 commit 714b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/provisioning/all_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ func getVSphereTestParams(t *testing.T) []string {
func TestVsphereProvisioningE2E(t *testing.T) {
t.Parallel()

selector := Not(OsSelector("sles", "amzn2", "rockylinux"))
selector := Not(OsSelector("sles", "amzn2", "rockylinux", "flatcar"))
params := getVSphereTestParams(t)

runScenarios(t, selector, params, VSPhereManifest, fmt.Sprintf("vs-%s", *testRunIdentifier))
Expand Down

0 comments on commit 714b1c4

Please sign in to comment.