Skip to content

Commit 3dc1dcc

Browse files
authored
Disable x-pack:qa:kerberos-tests due to failures (#43209)
relates #40678
1 parent e08f3b1 commit 3dc1dcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/qa/kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosAuthenticationIT.java

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

99
import org.apache.http.HttpEntity;
1010
import org.apache.http.HttpHost;
11+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
1112
import org.elasticsearch.client.Request;
1213
import org.elasticsearch.client.Response;
1314
import org.elasticsearch.client.RestClient;
@@ -47,6 +48,7 @@
4748
* Demonstrates login by keytab and login by password for given user principal
4849
* name using rest client.
4950
*/
51+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40678")
5052
public class KerberosAuthenticationIT extends ESRestTestCase {
5153
private static final String ENABLE_KERBEROS_DEBUG_LOGS_KEY = "test.krb.debug";
5254
private static final String TEST_USER_WITH_KEYTAB_KEY = "test.userkt";

0 commit comments

Comments
 (0)