|
@@ -19,7 +19,6 @@
|
|
|
|
|
|
package org.elasticsearch.upgrades;
|
|
|
|
|
|
-import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.elasticsearch.ElasticsearchStatusException;
|
|
|
import org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest;
|
|
|
import org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotRequest;
|
|
@@ -64,7 +63,6 @@ import static org.hamcrest.Matchers.is;
|
|
|
* <li>Run against the current version cluster from the second step: {@link TestStep#STEP4_NEW_CLUSTER}</li>
|
|
|
* </ul>
|
|
|
*/
|
|
|
-@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/67829") // backporting
|
|
|
public class MultiVersionRepositoryAccessIT extends ESRestTestCase {
|
|
|
|
|
|
private enum TestStep {
|