remove await fix from FullClusterRestartIT.testRecovery

This commit is contained in:
Boaz Leskes 2017-12-08 16:45:45 +01:00
parent 9b9f85e509
commit 64dd21af11

View File

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