Revert "Tests: Temporarily ignore RoutingBackwardCompatibilityUponUpgradeTests."
This reverts commit 181bd6e56a
.
This commit is contained in:
parent
d9515e9717
commit
29613d90d3
|
@ -19,8 +19,6 @@
|
|||
|
||||
package org.elasticsearch.cluster.routing;
|
||||
|
||||
import org.junit.Ignore;
|
||||
|
||||
import org.elasticsearch.action.admin.indices.get.GetIndexResponse;
|
||||
import org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse;
|
||||
import org.elasticsearch.action.get.GetResponse;
|
||||
|
@ -40,7 +38,6 @@ import java.io.File;
|
|||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
|
||||
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse;
|
||||
|
||||
@Ignore
|
||||
@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.TEST, numDataNodes = 0, minNumDataNodes = 0, maxNumDataNodes = 0)
|
||||
public class RoutingBackwardCompatibilityUponUpgradeTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
|
|
Loading…
Reference in New Issue