Skip to content

Commit

Permalink
Muted failing SearchableSnapshotsIntegTests test (#66414)
Browse files Browse the repository at this point in the history
Muted failing test: 
SearchableSnapshotsIntegTests.
testSnapshotOfSearchableSnapshotIncludesNoDataButCanBeRestored
  • Loading branch information
csoulios authored Dec 15, 2020
1 parent 87fafc7 commit 7b74522
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ public void testSnapshotMountedIndexWithTimestampsRecordsTimestampRangeInIndexMe
}
}

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

0 comments on commit 7b74522

Please sign in to comment.