File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments