Browse Source

Unmute testHistoryUUIDIsGenerated

Fixed in #32270
Relates to #31291
Nhat Nguyen 6 years ago
parent
commit
02b4e806eb

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

@@ -57,7 +57,6 @@ import static org.hamcrest.Matchers.nullValue;
  */
 public class RecoveryIT extends AbstractRollingTestCase {
 
-    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31291")
     public void testHistoryUUIDIsGenerated() throws Exception {
         final String index = "index_history_uuid";
         if (CLUSTER_TYPE == ClusterType.OLD) {