Skip to content

Commit df036bc

Browse files
committed
Mute TokenBackwardsCompatibilityIT.testGeneratingTokenInOldCluster
See elastic#41671
1 parent 5bd2e5c commit df036bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/TokenBackwardsCompatibilityIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import org.apache.http.HttpHeaders;
99
import org.apache.http.HttpHost;
10+
import org.apache.lucene.util.LuceneTestCase;
1011
import org.elasticsearch.Version;
1112
import org.elasticsearch.client.Request;
1213
import org.elasticsearch.client.RequestOptions;
@@ -26,6 +27,7 @@
2627
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
2728
import static org.hamcrest.Matchers.equalTo;
2829

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

3133
public void testGeneratingTokenInOldCluster() throws Exception {

0 commit comments

Comments
 (0)