Skip to content

Commit

Permalink
Wrap necessary test with NSX version check
Browse files Browse the repository at this point in the history
Signed-off-by: graysonwu <[email protected]>
  • Loading branch information
GraysonWu committed Sep 19, 2023
1 parent 2e54c46 commit 8279c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_transport_zone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestAccResourceNsxtPolicyTransportZone_basic(t *testing.T) {
PreCheck: func() {
testAccPreCheck(t)
testAccOnlyLocalManager(t)

testAccNSXVersion(t, "3.2.1")
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down

0 comments on commit 8279c01

Please sign in to comment.