Mute FsSearchableSnapshotsIT testClearCache (#58902)

For #58901
This commit is contained in:
David Kyle 2020-07-02 12:57:38 +01:00
parent 70713a0a19
commit bb96c910a5
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ public abstract class AbstractSearchableSnapshotsRestTestCase extends ESRestTest
}); });
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58901")
public void testClearCache() throws Exception { public void testClearCache() throws Exception {
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
final Function<Map<?, ?>, Long> sumCachedBytesWritten = stats -> stats.values() final Function<Map<?, ?>, Long> sumCachedBytesWritten = stats -> stats.values()