We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369ac06 commit 917548dCopy full SHA for 917548d
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/jwt/JwkSetLoaderTests.java
@@ -35,6 +35,7 @@
35
36
public class JwkSetLoaderTests extends ESTestCase {
37
38
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92745")
39
public void testConcurrentReloadWillBeQueuedAndShareTheResults() throws IOException, InterruptedException {
40
final Path tempDir = createTempDir();
41
final Path path = tempDir.resolve("jwkset.json");
0 commit comments