Skip to content

Commit 6f010b8

Browse files
Update x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyServiceTests.java
Co-authored-by: Slobodan Adamović <[email protected]>
1 parent 6ff2231 commit 6f010b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,6 @@ public void testCreationWillFailIfHashingThreadPoolIsSaturated() {
25582558
assertThat(e, is(rejectedExecutionException));
25592559
}
25602560

2561-
@Test
25622561
public void testCreationFailsIfAuthenticationIsCloudApiKey() throws InterruptedException {
25632562
final Authentication authentication = AuthenticationTestHelper.randomCloudApiKeyAuthentication();
25642563
final CreateApiKeyRequest createApiKeyRequest = new CreateApiKeyRequest(randomAlphaOfLengthBetween(3, 8), null, null);

0 commit comments

Comments
 (0)