[TEST] Add AwaitsFix for FullClusterRestartIT.testRecovery

See: #27649
This commit is contained in:
Lee Hinman 2017-12-04 15:42:43 -07:00
parent 72800bb90b
commit d3721c48c3
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ public class FullClusterRestartIT extends ESRestTestCase {
* Tests recovery of an index with or without a translog and the
* statistics we gather about that.
*/
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/27649")
public void testRecovery() throws IOException {
int count;
boolean shouldHaveTranslog;