Skip to content

Commit 9bf5f61

Browse files
authored
Mute SharedBlobCacheServiceTests.testGetMultiThreaded (#112315)
Relates to #112305
1 parent a8fbc10 commit 9bf5f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/blob-cache/src/test/java/org/elasticsearch/blobcache/shared/SharedBlobCacheServiceTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ public void testMassiveDecay() throws IOException {
444444
* Exercise SharedBlobCacheService#get in multiple threads to trigger any assertion errors.
445445
* @throws IOException
446446
*/
447+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/112305")
447448
public void testGetMultiThreaded() throws IOException {
448449
final int threads = between(2, 10);
449450
final int regionCount = between(1, 20);

0 commit comments

Comments
 (0)