Skip to content

Commit

Permalink
Run the ES Update Version test in parallel with the others
Browse files Browse the repository at this point in the history
This PR was originally created before the move to parallel acceptance tests so needed fixing up.
  • Loading branch information
tomelliff committed Dec 30, 2018
1 parent 7529e0b commit ca2aa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_elasticsearch_domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ func TestAccAWSElasticSearchDomain_update_version(t *testing.T) {
var domain1, domain2, domain3 elasticsearch.ElasticsearchDomainStatus
ri := acctest.RandInt()

resource.Test(t, resource.TestCase{
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckESDomainDestroy,
Expand Down

0 comments on commit ca2aa5d

Please sign in to comment.