diff --git a/tests/e2e/e2e_init_controller_test.go b/tests/e2e/e2e_init_controller_test.go index 5e3518f777..b57198a712 100644 --- a/tests/e2e/e2e_init_controller_test.go +++ b/tests/e2e/e2e_init_controller_test.go @@ -15,6 +15,10 @@ var _ = OSMDescribe("Test init-osm-controller functionalities", func() { Context("When osm-controller starts in fresh environment", func() { It("creates default MeshConfig resource", func() { + + if Td.InstType == "NoInstall" { + Skip("Skipping test: NoInstall marked on a test that requires fresh installation") + } instOpts := Td.GetOSMInstallOpts() // Install OSM