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

Commit

Permalink
Merge pull request #3576 from nshankar13/skip_init_controller_test_no…
Browse files Browse the repository at this point in the history
…install

fix(e2e): skip e2e_init_controller_test for noInstall
  • Loading branch information
nshankar13 authored Jun 10, 2021
2 parents 6a6ef4b + cbbce3b commit a3be2c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/e2e/e2e_init_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3be2c0

Please sign in to comment.