Skip to content

Commit 638ba4a

Browse files
authored
Mute failing API key integration test (elastic#38409)
This commit mutes the test testGetAndInvalidateApiKeysWithExpiredAndInvalidatedApiKey as it failed during a PR build.
1 parent cea81b1 commit 638ba4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ public void testInvalidateApiKeysForApiKeyName() throws InterruptedException, Ex
232232
verifyInvalidateResponse(1, responses, invalidateResponse);
233233
}
234234

235+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38408")
235236
public void testGetAndInvalidateApiKeysWithExpiredAndInvalidatedApiKey() throws Exception {
236237
List<CreateApiKeyResponse> responses = createApiKeys(1, null);
237238
Instant created = Instant.now();

0 commit comments

Comments
 (0)