Skip to content

Commit bb96c91

Browse files
committed
Mute FsSearchableSnapshotsIT testClearCache (#58902)
For #58901
1 parent 70713a0 commit bb96c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)