Skip to content

Commit 272ec85

Browse files
authored
Mute testRecoveryStateRecoveredBytesMatchPhysicalCacheState (#96135) (#96136)
Relates #95994
1 parent 7e33312 commit 272ec85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/recovery/SearchableSnapshotRecoveryStateIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
6161
return CollectionUtils.appendToCopy(super.nodePlugins(), TestRepositoryPlugin.class);
6262
}
6363

64+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95994")
6465
public void testRecoveryStateRecoveredBytesMatchPhysicalCacheState() throws Exception {
6566
final String fsRepoName = randomAlphaOfLength(10);
6667
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)