Skip to content

Commit 6b8e953

Browse files
Mute MultiVersionRepositoryAccessIT tests (#94580)
`MultiVersionRepositoryAccessIT` tests are failing often and causing BWC CI to fail. Relates to: #94459
1 parent bb87e67 commit 6b8e953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/repository-multi-version/src/test/java/org/elasticsearch/upgrades/MultiVersionRepositoryAccessIT.java

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

99
package org.elasticsearch.upgrades;
1010

11+
import org.apache.lucene.tests.util.LuceneTestCase;
1112
import org.elasticsearch.ElasticsearchStatusException;
1213
import org.elasticsearch.Version;
1314
import org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest;
@@ -45,6 +46,7 @@
4546
* </ul>
4647
*/
4748
@SuppressWarnings("removal")
49+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94459")
4850
public class MultiVersionRepositoryAccessIT extends ESRestTestCase {
4951

5052
private enum TestStep {

0 commit comments

Comments
 (0)