Remove accidential modification

This commit is contained in:
Simon Willnauer 2015-05-15 17:03:45 +02:00
parent 9f81ae4845
commit 5d4db0edde
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import static org.hamcrest.Matchers.notNullValue;
*/ */
@ClusterScope(numDataNodes = 0, scope = Scope.TEST) @ClusterScope(numDataNodes = 0, scope = Scope.TEST)
@Slow @Slow
public class RecoveryFromGatewayTesTermVectorsFields.javats extends ElasticsearchIntegrationTest { public class RecoveryFromGatewayTests extends ElasticsearchIntegrationTest {
@Test @Test
@Slow @Slow