@@ -131,6 +131,8 @@ func TestSSOSettings_customFields(t *testing.T) {
131131}
132132
133133func TestSSOSettings_resourceWithInvalidProvider (t * testing.T ) {
134+ testutils .CheckOSSTestsEnabled (t )
135+
134136 provider := "invalid_provider"
135137
136138 resource .ParallelTest (t , resource.TestCase {
@@ -145,6 +147,8 @@ func TestSSOSettings_resourceWithInvalidProvider(t *testing.T) {
145147}
146148
147149func TestSSOSettings_resourceWithNoSettings (t * testing.T ) {
150+ testutils .CheckOSSTestsEnabled (t )
151+
148152 resource .ParallelTest (t , resource.TestCase {
149153 ProviderFactories : testutils .ProviderFactories ,
150154 Steps : []resource.TestStep {
@@ -157,6 +161,8 @@ func TestSSOSettings_resourceWithNoSettings(t *testing.T) {
157161}
158162
159163func TestSSOSettings_resourceWithEmptySettings (t * testing.T ) {
164+ testutils .CheckOSSTestsEnabled (t )
165+
160166 resource .ParallelTest (t , resource.TestCase {
161167 ProviderFactories : testutils .ProviderFactories ,
162168 Steps : []resource.TestStep {
@@ -169,6 +175,8 @@ func TestSSOSettings_resourceWithEmptySettings(t *testing.T) {
169175}
170176
171177func TestSSOSettings_resourceWithManySettings (t * testing.T ) {
178+ testutils .CheckOSSTestsEnabled (t )
179+
172180 resource .ParallelTest (t , resource.TestCase {
173181 ProviderFactories : testutils .ProviderFactories ,
174182 Steps : []resource.TestStep {
@@ -181,6 +189,8 @@ func TestSSOSettings_resourceWithManySettings(t *testing.T) {
181189}
182190
183191func TestSSOSettings_resourceWithInvalidCustomField (t * testing.T ) {
192+ testutils .CheckOSSTestsEnabled (t )
193+
184194 resource .ParallelTest (t , resource.TestCase {
185195 ProviderFactories : testutils .ProviderFactories ,
186196 Steps : []resource.TestStep {
@@ -193,6 +203,8 @@ func TestSSOSettings_resourceWithInvalidCustomField(t *testing.T) {
193203}
194204
195205func TestSSOSettings_resourceWithValidationErrors (t * testing.T ) {
206+ testutils .CheckOSSTestsEnabled (t )
207+
196208 for _ , config := range testConfigsWithValidationErrors {
197209 resource .Test (t , resource.TestCase {
198210 ProviderFactories : testutils .ProviderFactories ,
0 commit comments