Skip to content

Commit 373cec0

Browse files
committed
AwaitsFix RecoveryIT#testHistoryUUIDIsGenerated
Relates #31291
1 parent f60ce77 commit 373cec0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.elasticsearch.cluster.metadata.IndexMetaData;
2727
import org.elasticsearch.common.settings.Settings;
2828
import org.elasticsearch.common.util.concurrent.AbstractRunnable;
29-
import org.elasticsearch.test.junit.annotations.TestLogging;
3029
import org.elasticsearch.test.rest.yaml.ObjectPath;
3130

3231
import java.io.IOException;
@@ -49,7 +48,7 @@
4948
*/
5049
public class RecoveryIT extends AbstractRollingTestCase {
5150

52-
@TestLogging("_root:DEBUG")
51+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")
5352
public void testHistoryUUIDIsGenerated() throws Exception {
5453
final String index = "index_history_uuid";
5554
if (CLUSTER_TYPE == ClusterType.OLD) {

0 commit comments

Comments
 (0)