Revert "Mute FsSearchableSnapshotsIT testClearCache (#58902)"
The test was fixed in #58847
This reverts commit bb96c910a5
.
This commit is contained in:
parent
bb96c910a5
commit
d6643bfc7f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue