Skip to content

Commit d6643bf

Browse files
committed
Revert "Mute FsSearchableSnapshotsIT testClearCache (#58902)"
The test was fixed in #58847 This reverts commit bb96c91.
1 parent bb96c91 commit d6643bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/AbstractSearchableSnapshotsRestTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public void testStats() throws Exception {
170170
});
171171
}
172172

173-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58901")
174173
public void testClearCache() throws Exception {
175174
@SuppressWarnings("unchecked")
176175
final Function<Map<?, ?>, Long> sumCachedBytesWritten = stats -> stats.values()

0 commit comments

Comments
 (0)