Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-lifshits committed Dec 28, 2023
1 parent ac22830 commit 38a19ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opentelekomcloud/acceptance/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ data "opentelekomcloud_networking_network_v2" "ext" {
}

func TestAccProvider_reAuth(t *testing.T) {
if os.Getenv("TF_ACC") == "" {
t.Skip("TF_ACC not set, skipping OpenTelekomCloud ReAuth test.")
}
type allCases struct {
Case map[string]interface{}
}
Expand Down

0 comments on commit 38a19ef

Please sign in to comment.