Skip to content

Commit 7a0edc2

Browse files
authored
Mute flaky testCreateApiKey test (elastic#47973)
see elastic#47958
1 parent e628f35 commit 7a0edc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ private void awaitApiKeysRemoverCompletion() throws Exception {
124124
assertBusy(() -> assertFalse(apiKeyService.isExpirationInProgress()));
125125
}
126126
}
127-
127+
128+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47958")
128129
public void testCreateApiKey() {
129130
final Instant start = Instant.now();
130131
final RoleDescriptor descriptor = new RoleDescriptor("role", new String[] { "monitor" }, null, null);

0 commit comments

Comments
 (0)