Skip to content

Commit

Permalink
Revert "Silence IndexUpgradeIT test failures. (#30430)"
Browse files Browse the repository at this point in the history
This reverts commit 67902b2.
  • Loading branch information
jkakavas committed May 15, 2018
1 parent e40b884 commit 513e297
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/
package org.elasticsearch.xpack.upgrade;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.Build;
import org.elasticsearch.ElasticsearchSecurityException;
import org.elasticsearch.action.search.SearchResponse;
Expand All @@ -31,7 +30,6 @@
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.core.IsEqual.equalTo;

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30430")
public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {

@Before
Expand Down

0 comments on commit 513e297

Please sign in to comment.