Skip to content

Commit

Permalink
Silence IndexUpgradeIT test failures. (#30430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed May 14, 2018
1 parent 21d67d1 commit 15790e1
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 15790e1

Please sign in to comment.