@@ -63,7 +63,7 @@ func testSweepCloudflareRecord(r string) error {
63
63
}
64
64
65
65
func TestAccCloudflareRecord_Basic (t * testing.T ) {
66
- t .Parallel ()
66
+ // t.Parallel()
67
67
var record cfold.DNSRecord
68
68
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
69
69
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
@@ -96,7 +96,7 @@ func TestAccCloudflareRecord_Basic(t *testing.T) {
96
96
}
97
97
98
98
func TestAccCloudflareRecord_Apex (t * testing.T ) {
99
- t .Parallel ()
99
+ // t.Parallel()
100
100
var record cfold.DNSRecord
101
101
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
102
102
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
@@ -123,7 +123,7 @@ func TestAccCloudflareRecord_Apex(t *testing.T) {
123
123
}
124
124
125
125
func TestAccCloudflareRecord_LOC (t * testing.T ) {
126
- t .Parallel ()
126
+ // t.Parallel()
127
127
var record cfold.DNSRecord
128
128
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
129
129
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
@@ -161,7 +161,7 @@ func TestAccCloudflareRecord_LOC(t *testing.T) {
161
161
}
162
162
163
163
func TestAccCloudflareRecord_SRV (t * testing.T ) {
164
- t .Parallel ()
164
+ // t.Parallel()
165
165
var record cfold.DNSRecord
166
166
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
167
167
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
@@ -191,7 +191,7 @@ func TestAccCloudflareRecord_SRV(t *testing.T) {
191
191
}
192
192
193
193
func TestAccCloudflareRecord_CAA (t * testing.T ) {
194
- t .Parallel ()
194
+ // t.Parallel()
195
195
var record cfold.DNSRecord
196
196
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
197
197
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
@@ -226,7 +226,7 @@ func TestAccCloudflareRecord_CAA(t *testing.T) {
226
226
}
227
227
228
228
func TestAccCloudflareRecord_Proxied (t * testing.T ) {
229
- t .Parallel ()
229
+ // t.Parallel()
230
230
var record cfold.DNSRecord
231
231
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
232
232
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
@@ -253,7 +253,7 @@ func TestAccCloudflareRecord_Proxied(t *testing.T) {
253
253
}
254
254
255
255
func TestAccCloudflareRecord_Updated (t * testing.T ) {
256
- t .Parallel ()
256
+ // t.Parallel()
257
257
var record cfold.DNSRecord
258
258
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
259
259
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
@@ -285,7 +285,7 @@ func TestAccCloudflareRecord_Updated(t *testing.T) {
285
285
}
286
286
287
287
func TestAccCloudflareRecord_typeForceNewRecord (t * testing.T ) {
288
- t .Parallel ()
288
+ // t.Parallel()
289
289
var afterCreate , afterUpdate cfold.DNSRecord
290
290
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
291
291
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
@@ -316,7 +316,7 @@ func TestAccCloudflareRecord_typeForceNewRecord(t *testing.T) {
316
316
}
317
317
318
318
func TestAccCloudflareRecord_TtlValidation (t * testing.T ) {
319
- t .Parallel ()
319
+ // t.Parallel()
320
320
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
321
321
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
322
322
recordName := "tf-acctest-ttl-validation"
@@ -336,7 +336,7 @@ func TestAccCloudflareRecord_TtlValidation(t *testing.T) {
336
336
}
337
337
338
338
func TestAccCloudflareRecord_ExplicitProxiedFalse (t * testing.T ) {
339
- t .Parallel ()
339
+ // t.Parallel()
340
340
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
341
341
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
342
342
rnd := utils .GenerateRandomResourceName ()
@@ -373,7 +373,7 @@ func TestAccCloudflareRecord_ExplicitProxiedFalse(t *testing.T) {
373
373
}
374
374
375
375
func TestAccCloudflareRecord_MXWithPriorityZero (t * testing.T ) {
376
- t .Parallel ()
376
+ // t.Parallel()
377
377
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
378
378
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
379
379
rnd := utils .GenerateRandomResourceName ()
@@ -396,7 +396,7 @@ func TestAccCloudflareRecord_MXWithPriorityZero(t *testing.T) {
396
396
}
397
397
398
398
func TestAccCloudflareRecord_HTTPS (t * testing.T ) {
399
- t .Parallel ()
399
+ // t.Parallel()
400
400
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
401
401
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
402
402
rnd := utils .GenerateRandomResourceName ()
@@ -420,7 +420,7 @@ func TestAccCloudflareRecord_HTTPS(t *testing.T) {
420
420
}
421
421
422
422
func TestAccCloudflareRecord_SVCB (t * testing.T ) {
423
- t .Parallel ()
423
+ // t.Parallel()
424
424
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
425
425
domain := os .Getenv ("CLOUDFLARE_DOMAIN" )
426
426
rnd := utils .GenerateRandomResourceName ()
0 commit comments