We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60ce77 commit 373cec0Copy full SHA for 373cec0
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java
@@ -26,7 +26,6 @@
26
import org.elasticsearch.cluster.metadata.IndexMetaData;
27
import org.elasticsearch.common.settings.Settings;
28
import org.elasticsearch.common.util.concurrent.AbstractRunnable;
29
-import org.elasticsearch.test.junit.annotations.TestLogging;
30
import org.elasticsearch.test.rest.yaml.ObjectPath;
31
32
import java.io.IOException;
@@ -49,7 +48,7 @@
49
48
*/
50
public class RecoveryIT extends AbstractRollingTestCase {
51
52
- @TestLogging("_root:DEBUG")
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")
53
public void testHistoryUUIDIsGenerated() throws Exception {
54
final String index = "index_history_uuid";
55
if (CLUSTER_TYPE == ClusterType.OLD) {
0 commit comments