Add @AwaitsFix for #27890

This commit is contained in:
David Turner 2017-12-19 08:41:42 +00:00
parent bea9471b2f
commit 1383cab267

View File

@ -43,6 +43,7 @@ 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<>();