Skip to content

Commit

Permalink
Revert "Muted failing SearchableSnapshotsIntegTests test (#66414)"
Browse files Browse the repository at this point in the history
This reverts commit 7b74522 from
`master`. The test fails for 7.x-specific reasons, see #66415 for the
fix.
  • Loading branch information
DaveCTurner committed Dec 15, 2020
1 parent 7b74522 commit ed4ab8c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ 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 ed4ab8c

Please sign in to comment.