Skip to content

Commit 22957bd

Browse files
authored
Wrap necessary test with NSX version check (#975)
Signed-off-by: graysonwu <[email protected]>
1 parent 1c47f8e commit 22957bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsxt/resource_nsxt_policy_transport_zone_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestAccResourceNsxtPolicyTransportZone_basic(t *testing.T) {
3232
PreCheck: func() {
3333
testAccPreCheck(t)
3434
testAccOnlyLocalManager(t)
35-
35+
testAccNSXVersion(t, "4.0.0")
3636
},
3737
Providers: testAccProviders,
3838
CheckDestroy: func(state *terraform.State) error {

0 commit comments

Comments
 (0)