We don't actually need this annotation anymore.

This commit is contained in:
Isabel Drost-Fromm 2016-09-07 13:54:27 +02:00
parent d34a117422
commit 450b756152
1 changed files with 0 additions and 9 deletions

View File

@ -35,15 +35,6 @@ import java.util.List;
import java.util.Map.Entry;
import java.util.Set;
@ESIntegTestCase.ClusterScope(
scope = ESIntegTestCase.Scope.SUITE,
minNumDataNodes = 1,
numDataNodes = 2,
maxNumDataNodes = 3,
numClientNodes = 1,
transportClientRatio = 0.5,
supportsDedicatedMasters = true,
randomDynamicTemplates = true)
public class RankEvalRequestTests extends ESIntegTestCase {
@Override
protected Collection<Class<? extends Plugin>> transportClientPlugins() {