Skip to content

Commit 7fef10d

Browse files
authored
Unmute Azure integration tests (#95381)
1 parent 4d8b9c1 commit 7fef10d

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import com.azure.storage.blob.BlobServiceClient;
1515
import com.azure.storage.blob.models.BlobStorageException;
1616

17-
import org.apache.lucene.tests.util.LuceneTestCase;
1817
import org.elasticsearch.action.ActionRunnable;
1918
import org.elasticsearch.action.support.PlainActionFuture;
2019
import org.elasticsearch.action.support.master.AcknowledgedResponse;
@@ -40,7 +39,6 @@
4039
import static org.hamcrest.Matchers.equalTo;
4140
import static org.hamcrest.Matchers.not;
4241

43-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95134")
4442
public class AzureStorageCleanupThirdPartyTests extends AbstractThirdPartyRepositoryTestCase {
4543
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("azure_use_fixture", "true"));
4644

x-pack/plugin/repositories-metering-api/qa/azure/src/javaRestTest/java/org/elasticsearch/xpack/repositories/metering/azure/AzureRepositoriesMeteringIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import fixture.azure.AzureHttpFixture;
1010

11-
import org.apache.lucene.tests.util.LuceneTestCase;
1211
import org.elasticsearch.common.settings.Settings;
1312
import org.elasticsearch.core.Booleans;
1413
import org.elasticsearch.test.cluster.ElasticsearchCluster;
@@ -20,7 +19,6 @@
2019
import java.util.List;
2120
import java.util.Map;
2221

23-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95136")
2422
public class AzureRepositoriesMeteringIT extends AbstractRepositoriesMeteringAPIRestTestCase {
2523
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("test.azure.fixture", "true"));
2624
private static final String AZURE_TEST_ACCOUNT = System.getProperty("test.azure.account");

x-pack/plugin/searchable-snapshots/qa/azure/src/javaRestTest/java/org/elasticsearch/xpack/searchablesnapshots/AzureSearchableSnapshotsIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import fixture.azure.AzureHttpFixture;
1111

12-
import org.apache.lucene.tests.util.LuceneTestCase;
1312
import org.elasticsearch.common.settings.Settings;
1413
import org.elasticsearch.core.Booleans;
1514
import org.elasticsearch.test.cluster.ElasticsearchCluster;
@@ -21,7 +20,6 @@
2120
import static org.hamcrest.Matchers.blankOrNullString;
2221
import static org.hamcrest.Matchers.not;
2322

24-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95135")
2523
public class AzureSearchableSnapshotsIT extends AbstractSearchableSnapshotsRestTestCase {
2624
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("test.azure.fixture", "true"));
2725
private static final String AZURE_TEST_ACCOUNT = System.getProperty("test.azure.account");

x-pack/plugin/snapshot-based-recoveries/qa/azure/src/javaRestTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/AzureSnapshotBasedRecoveryIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import fixture.azure.AzureHttpFixture;
1111

12-
import org.apache.lucene.tests.util.LuceneTestCase;
1312
import org.elasticsearch.common.settings.Settings;
1413
import org.elasticsearch.core.Booleans;
1514
import org.elasticsearch.test.cluster.ElasticsearchCluster;
@@ -20,7 +19,6 @@
2019
import static org.hamcrest.Matchers.blankOrNullString;
2120
import static org.hamcrest.Matchers.not;
2221

23-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95138")
2422
public class AzureSnapshotBasedRecoveryIT extends AbstractSnapshotBasedRecoveryRestTestCase {
2523
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("test.azure.fixture", "true"));
2624
private static final String AZURE_TEST_ACCOUNT = System.getProperty("test.azure.account");

x-pack/plugin/snapshot-repo-test-kit/qa/azure/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/AzureSnapshotRepoTestKitIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import fixture.azure.AzureHttpFixture;
1010

11-
import org.apache.lucene.tests.util.LuceneTestCase;
1211
import org.elasticsearch.common.settings.Settings;
1312
import org.elasticsearch.core.Booleans;
1413
import org.elasticsearch.test.cluster.ElasticsearchCluster;
@@ -19,7 +18,6 @@
1918
import static org.hamcrest.Matchers.blankOrNullString;
2019
import static org.hamcrest.Matchers.not;
2120

22-
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95137")
2321
public class AzureSnapshotRepoTestKitIT extends AbstractSnapshotRepoTestKitRestTestCase {
2422
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("test.azure.fixture", "true"));
2523
private static final String AZURE_TEST_ACCOUNT = System.getProperty("test.azure.account");

0 commit comments

Comments
 (0)