@@ -57,7 +57,7 @@ resource "github_repository_collaborators" "test" {
5757}
5858` , repoName , teamName0 , teamName1 , collaboratorUser )
5959
60- resource .ParallelTest (t , resource.TestCase {
60+ resource .Test (t , resource.TestCase {
6161 PreCheck : func () { skipUnlessHasOrgs (t ) },
6262 ProviderFactories : providerFactories ,
6363 Steps : []resource.TestStep {
@@ -118,7 +118,7 @@ resource "github_repository_collaborators" "test" {
118118}
119119` , repoName , testAccConf .testExternalUser )
120120
121- resource .ParallelTest (t , resource.TestCase {
121+ resource .Test (t , resource.TestCase {
122122 PreCheck : func () { skipUnauthenticated (t ) },
123123 ProviderFactories : providerFactories ,
124124 Steps : []resource.TestStep {
@@ -196,7 +196,7 @@ resource "github_repository_collaborators" "test" {
196196}
197197` , configPre )
198198
199- resource .ParallelTest (t , resource.TestCase {
199+ resource .Test (t , resource.TestCase {
200200 PreCheck : func () { skipUnlessHasOrgs (t ) },
201201 ProviderFactories : providerFactories ,
202202 Steps : []resource.TestStep {
@@ -270,7 +270,7 @@ resource "github_repository_collaborators" "test" {
270270}
271271` , configPre )
272272
273- resource .ParallelTest (t , resource.TestCase {
273+ resource .Test (t , resource.TestCase {
274274 PreCheck : func () { skipUnauthenticated (t ) },
275275 ProviderFactories : providerFactories ,
276276 Steps : []resource.TestStep {
@@ -336,7 +336,7 @@ resource "github_repository_collaborators" "test" {
336336}
337337` , configPre )
338338
339- resource .ParallelTest (t , resource.TestCase {
339+ resource .Test (t , resource.TestCase {
340340 PreCheck : func () { skipUnlessHasOrgs (t ) },
341341 ProviderFactories : providerFactories ,
342342 Steps : []resource.TestStep {
@@ -397,7 +397,7 @@ resource "github_repository_collaborators" "test" {
397397}
398398` , configPre )
399399
400- resource .ParallelTest (t , resource.TestCase {
400+ resource .Test (t , resource.TestCase {
401401 PreCheck : func () { skipUnlessHasOrgs (t ) },
402402 ProviderFactories : providerFactories ,
403403 Steps : []resource.TestStep {
@@ -451,7 +451,7 @@ resource "github_repository_collaborators" "test" {
451451}
452452` , repoName , teamName )
453453
454- resource .ParallelTest (t , resource.TestCase {
454+ resource .Test (t , resource.TestCase {
455455 PreCheck : func () { skipUnlessHasOrgs (t ) },
456456 ProviderFactories : providerFactories ,
457457 Steps : []resource.TestStep {
0 commit comments