Temporarily ignore 0.20 upgrade test until it can be made less flaky.
This commit is contained in:
parent
538c44b6bf
commit
5ec87ca4a1
|
@ -32,6 +32,7 @@ import org.elasticsearch.common.transport.TransportAddress;
|
||||||
import org.elasticsearch.node.internal.InternalNode;
|
import org.elasticsearch.node.internal.InternalNode;
|
||||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||||
import org.elasticsearch.test.rest.client.http.HttpRequestBuilder;
|
import org.elasticsearch.test.rest.client.http.HttpRequestBuilder;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@ -61,7 +62,7 @@ public class UpgradeReallyOldIndexTest extends ElasticsearchIntegrationTest {
|
||||||
return dataDir;
|
return dataDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
public void testUpgrade_0_20() throws Exception {
|
public void testUpgrade_0_20() throws Exception {
|
||||||
File dataDir = prepareBackwardsDataDir(new File(getClass().getResource("index-0.20.zip").toURI()));
|
File dataDir = prepareBackwardsDataDir(new File(getClass().getResource("index-0.20.zip").toURI()));
|
||||||
internalCluster().startNode(ImmutableSettings.builder()
|
internalCluster().startNode(ImmutableSettings.builder()
|
||||||
|
|
Loading…
Reference in New Issue