Skip to content

Commit

Permalink
Mute SearchableSnapshotIT.testCacheFilesAreClosedAfterUse pending fix (
Browse files Browse the repository at this point in the history
…opensearch-project#6889)

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Mar 30, 2023
1 parent 5eed61e commit 80c5d9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ public void testPruneFileCacheOnIndexDeletion() throws Exception {
assertAllNodesFileCacheEmpty();
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/6888")
public void testCacheFilesAreClosedAfterUse() throws Exception {
final int numReplicasIndex = randomIntBetween(1, 4);
final String indexName = "test-idx";
Expand Down

0 comments on commit 80c5d9f

Please sign in to comment.