Revert "Add @AwaitsFix for #27890"

This test was fixed in e9a3932dbc.

This reverts commit 1383cab267.
This commit is contained in:
Nhat Nguyen 2017-12-19 11:27:03 -05:00
parent e9a3932dbc
commit 25b0a7b20f
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ import static org.hamcrest.Matchers.equalTo;
public class PeerRecoveryTargetServiceTests extends IndexShardTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27890")
public void testGetStartingSeqNo() throws Exception {
IndexShard replica = newShard(false);
final AtomicReference<Path> translogLocation = new AtomicReference<>();