Skip to content

Commit

Permalink
Mute TokenBackwardsCompatibilityIT.testGeneratingTokenInOldCluster
Browse files Browse the repository at this point in the history
See #41671
  • Loading branch information
davidkyle committed Apr 30, 2019
1 parent 5bd2e5c commit df036bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import org.apache.http.HttpHeaders;
import org.apache.http.HttpHost;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.RequestOptions;
Expand All @@ -26,6 +27,7 @@
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.hamcrest.Matchers.equalTo;

@LuceneTestCase.AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/41671")
public class TokenBackwardsCompatibilityIT extends AbstractUpgradeTestCase {

public void testGeneratingTokenInOldCluster() throws Exception {
Expand Down

0 comments on commit df036bc

Please sign in to comment.