Files
gerrit/gerrit-acceptance-tests
David Pursehouse 2b9e9391c3 ElasticReindexIT: Use @ConfigSuite.Default instead of @ConfigSuite.Config
Using @ConfigSuite.Config for the Elasticsearch configuration causes the
test to be run twice: once with the default configuration (Lucene) and
then again with the Elasticsearch configuration.

Change it to @ConfigSuite.Default so that the test is only run once,
with the Elasticsearch configuration.

Change-Id: I459b5e7848233c19693b74569355212f0e469be3
2018-05-30 11:17:20 +09:00
..