Skip to content

Commit 98b7658

Browse files
committed
Mark frequently failing test methods AwaitsFix until elastic#211 is sorted out.
1 parent 8ce8527 commit 98b7658

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/org/elasticsearch/repositories/s3/AbstractS3SnapshotRestoreTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public final void wipeAfter() {
8484
cleanRepositoryFiles(basePath);
8585
}
8686

87-
@Test
87+
@Test @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-cloud-aws/issues/211")
8888
public void testSimpleWorkflow() {
8989
Client client = client();
9090
logger.info("--> creating s3 repository with bucket[{}] and path [{}]", internalCluster().getInstance(Settings.class).get("repositories.s3.bucket"), basePath);
@@ -156,7 +156,7 @@ public void testSimpleWorkflow() {
156156
assertThat(clusterState.getMetaData().hasIndex("test-idx-2"), equalTo(false));
157157
}
158158

159-
@Test
159+
@Test @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-cloud-aws/issues/211")
160160
public void testEncryption() {
161161
Client client = client();
162162
logger.info("--> creating s3 repository with bucket[{}] and path [{}]", internalCluster().getInstance(Settings.class).get("repositories.s3.bucket"), basePath);
@@ -280,7 +280,7 @@ public void testRepositoryWithCustomCredentials() {
280280
assertRepositoryIsOperational(client, "test-repo");
281281
}
282282

283-
@Test
283+
@Test @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-cloud-aws/issues/211")
284284
public void testRepositoryWithCustomEndpointProtocol() {
285285
Client client = client();
286286
Settings bucketSettings = internalCluster().getInstance(Settings.class).getByPrefix("repositories.s3.external-bucket.");
@@ -317,7 +317,7 @@ public void assertRepositoryInRemoteRegionIsRemote() {
317317
fail("repository verification should have raise an exception!");
318318
}
319319

320-
@Test
320+
@Test @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-cloud-aws/issues/211")
321321
public void testRepositoryInRemoteRegion() {
322322
Client client = client();
323323
Settings settings = internalCluster().getInstance(Settings.class);

0 commit comments

Comments
 (0)