Skip to content

Commit

Permalink
Test mute testFilesStoredInThePersistentCacheAreMarkedAsReusedInRecov…
Browse files Browse the repository at this point in the history
…eryState (#67797)
  • Loading branch information
benwtrent authored Jan 20, 2021
1 parent e013391 commit 233c7ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void testRecoveryStateRecoveredBytesMatchPhysicalCacheState() throws Exce
assertThat("Expected to recover 100% of files", recoveryState.getIndex().recoveredBytesPercent(), equalTo(100.0f));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67795")
public void testFilesStoredInThePersistentCacheAreMarkedAsReusedInRecoveryState() throws Exception {
final String fsRepoName = randomAlphaOfLength(10);
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
Expand Down

0 comments on commit 233c7ab

Please sign in to comment.