Remove accidential modification
This commit is contained in:
parent
9f81ae4845
commit
5d4db0edde
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue