Skip to content

Commit 36e5d26

Browse files
authored
Unmute PkiAuthDelegationIntegTests (#101280) (#101351)
These tests were muted both at the suite level as well as at the test level for reasons I don't fully understand, and then were unmuted at one level but not the other. They don't appear to fail after a few thousand runs, so this PR unmutes them the rest of the way.
1 parent 5847af2 commit 36e5d26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/pki/PkiAuthDelegationIntegTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ void clearRealmCache() {
147147
new ClearRealmCacheRequestBuilder(client()).get();
148148
}
149149

150-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97772")
151150
public void testDelegateThenAuthenticate() throws Exception {
152151
final X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
153152
final X509Certificate intermediateCA = readCertForPkiDelegation("testIntermediateCA.crt");
@@ -191,7 +190,6 @@ public void testDelegateThenAuthenticate() throws Exception {
191190
}
192191
}
193192

194-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97772")
195193
public void testTokenInvalidate() throws Exception {
196194
final X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
197195
final X509Certificate intermediateCA = readCertForPkiDelegation("testIntermediateCA.crt");
@@ -290,7 +288,6 @@ public void testDelegateUnauthorized() throws Exception {
290288
}
291289
}
292290

293-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97772")
294291
public void testDelegatePkiWithRoleMapping() throws Exception {
295292
X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
296293
X509Certificate intermediateCA = readCertForPkiDelegation("testIntermediateCA.crt");

0 commit comments

Comments
 (0)