Skip to content

Commit dd1e79c

Browse files
committed
Muting FullClusterRestartIT as it is consistently failing BWC tests
1 parent 8ac8268 commit dd1e79c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import org.apache.http.entity.ContentType;
2424
import org.apache.http.entity.StringEntity;
2525
import org.apache.http.util.EntityUtils;
26+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
2627
import org.elasticsearch.Version;
2728
import org.elasticsearch.client.Response;
2829
import org.elasticsearch.cluster.metadata.IndexMetaData;
@@ -67,6 +68,7 @@
6768
* version is started with the same data directories and then this is rerun
6869
* with {@code tests.is_old_cluster} set to {@code false}.
6970
*/
71+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30288")
7072
public class FullClusterRestartIT extends ESRestTestCase {
7173
private final boolean runningAgainstOldCluster = Booleans.parseBoolean(System.getProperty("tests.is_old_cluster"));
7274
private final Version oldClusterVersion = Version.fromString(System.getProperty("tests.old_cluster_version"));

0 commit comments

Comments
 (0)