Skip to content

Commit

Permalink
Unmute IndexUpgradeIT tests
Browse files Browse the repository at this point in the history
The errors were caused because release tests would use a copy of
the public key that was formatted differently. The change to the
public key format was introduced in [1].

Release tests Jenkins job has now been updated to use the correct
key format depending on the branch they run on [2]

Closes #30430

[1] #30251
[2] elastic/infra#4944
  • Loading branch information
jkakavas committed May 14, 2018
1 parent cc93131 commit af10fd6
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 af10fd6

Please sign in to comment.