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 #4213 from jaellio/backportSmiTest
Browse files Browse the repository at this point in the history
[backport] fix(tests): disable smi validate test for NoInstall (#4209)
  • Loading branch information
snehachhabria authored Oct 5, 2021
2 parents 20b3b4b + 6d822b3 commit a94ed01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/e2e_validate_smi_traffic_target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ var _ = OSMDescribe("Test SMI TrafficTarget Validation",

Context("With SMI validation disabled ", func() {
It("allows SMI traffic target to be created regardless of whether the namespace matches the destination namespace in any namespace", func() {
if Td.InstType == NoInstall {
Skip("SMI Validation is not configurable via MeshConfig so cannot be tested with NoInstall")
}
var (
source = framework.RandomNameWithPrefix("source")
destination = framework.RandomNameWithPrefix("destination")
Expand Down

0 comments on commit a94ed01

Please sign in to comment.