Skip to content

Commit 565b325

Browse files
abhilash-avkilokahn
authored andcommitted
Suppress Exadata related tests on hashicorp tenancy.
1 parent 5892908 commit 565b325

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

oci/database_exadata_iorm_config_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package provider
44

55
import (
66
"fmt"
7+
"strings"
78
"testing"
89

910
"github.com/hashicorp/terraform/helper/resource"
@@ -118,6 +119,10 @@ var (
118119
)
119120

120121
func TestDatabaseExadataIormConfigResource_basic(t *testing.T) {
122+
if strings.Contains(getEnvSettingWithBlankDefault("suppressed_tests"), "DBSystem_Exadata") {
123+
t.Skip("Skipping suppressed DBSystem_Exadata")
124+
}
125+
121126
provider := testAccProvider
122127
config := testProviderConfig()
123128

0 commit comments

Comments
 (0)