Skip to content

Commit

Permalink
Merge pull request #990 from ksamoray/rename_NSXT_TEST_MP
Browse files Browse the repository at this point in the history
Rename NSXT_TEST_MP environment var
  • Loading branch information
ksamoray authored Oct 5, 2023
2 parents d7e88df + 18c820f commit 82bbd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsxt/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ func testAccNSXGlobalManagerSitePrecheck(t *testing.T) {
}

func testAccTestDeprecated(t *testing.T) {
if os.Getenv("NSXT_TEST_MP") != "true" && os.Getenv("NSXT_TEST_MP") != "1" {
t.Skipf("To run MP test suite, please enable NSXT_TEST_MP in your environment.")
if os.Getenv("NSXT_TEST_DEPRECATED") != "true" && os.Getenv("NSXT_TEST_DEPRECATED") != "1" {
t.Skipf("To run deprecated test suite, please enable NSXT_TEST_DEPRECATED in your environment.")
}
}

Expand Down

0 comments on commit 82bbd0b

Please sign in to comment.