Skip to content

Commit dcbbaad

Browse files
committed
Mute testRecoveryWithConcurrentIndexing
Relates #33473 Relates #33616
1 parent b307113 commit dcbbaad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ protected void doRun() throws Exception {
111111
return future;
112112
}
113113

114+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
114115
public void testRecoveryWithConcurrentIndexing() throws Exception {
115116
final String index = "recovery_with_concurrent_indexing";
116117
Response response = client().performRequest(new Request("GET", "_nodes"));
@@ -183,6 +184,7 @@ private String getNodeId(Predicate<Version> versionPredicate) throws IOException
183184
}
184185

185186

187+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/33616")
186188
public void testRelocationWithConcurrentIndexing() throws Exception {
187189
final String index = "relocation_with_concurrent_indexing";
188190
switch (CLUSTER_TYPE) {

0 commit comments

Comments
 (0)