Unmute IndexUpgradeIT tests

After additional fixes to the Jenkins job, these tests can now be
unmuted.

Closes #30430
This commit is contained in:
Ioannis Kakavas 2018-05-15 13:48:15 +03:00
parent e1d675c690
commit 17d65c1f06
1 changed files with 0 additions and 2 deletions

View File

@ -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;
@ -31,7 +30,6 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThro
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