Skip to content

Commit 917548d

Browse files
committed
Mute test for #92745
1 parent 369ac06 commit 917548d

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/jwt/JwkSetLoaderTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
public class JwkSetLoaderTests extends ESTestCase {
3737

38+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/92745")
3839
public void testConcurrentReloadWillBeQueuedAndShareTheResults() throws IOException, InterruptedException {
3940
final Path tempDir = createTempDir();
4041
final Path path = tempDir.resolve("jwkset.json");

0 commit comments

Comments
 (0)