Skip to content

Commit 69a1d49

Browse files
authored
Enable Kerberos tests (#43519) (#43617)
Now that the fix krb5-kdc fixture (entropy problem in docker container) is in and the converting `kerberos-tests` to testclusters is done, enabling the kerberos-tests Closes #40678
1 parent 7d4957e commit 69a1d49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)