Skip to content

Commit

Permalink
Silence IndexUpgradeIT test failures. (#30430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdconrad committed May 7, 2018
1 parent d9bcbee commit 0f414e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
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 @@ -30,6 +31,7 @@
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 0f414e4

Please sign in to comment.