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