Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

fix(e2e): skip e2e_init_controller_test for noInstall #3576

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/e2e/e2e_init_controller_test.go
Original file line number Diff line number Diff line change
@@ -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