Revert "Mute FsSearchableSnapshotsIT testClearCache (#58902)"

The test was fixed in #58847

This reverts commit bb96c910a5.
This commit is contained in:
David Kyle 2020-07-02 13:21:05 +01:00
parent bb96c910a5
commit d6643bfc7f
1 changed files with 0 additions and 1 deletions

View File

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