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

Commit

Permalink
fix(tests): disable smi validate test for NoInstall (#4209)
Browse files Browse the repository at this point in the history
+ for SMI Traffic Target validation

Co-authored-by: Niranjan Shankar [email protected]
Signed-off-by: Michelle Noorali <[email protected]>
  • Loading branch information
Michelle Noorali authored Oct 5, 2021
1 parent f454b07 commit 1caae97
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 1caae97

Please sign in to comment.