Revert "Add @AwaitsFix for #27890"
This test was fixed ine9a3932dbc
. This reverts commit1383cab267
.
This commit is contained in:
parent
e9a3932dbc
commit
25b0a7b20f
|
@ -43,7 +43,6 @@ import static org.hamcrest.Matchers.equalTo;
|
||||||
|
|
||||||
public class PeerRecoveryTargetServiceTests extends IndexShardTestCase {
|
public class PeerRecoveryTargetServiceTests extends IndexShardTestCase {
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27890")
|
|
||||||
public void testGetStartingSeqNo() throws Exception {
|
public void testGetStartingSeqNo() throws Exception {
|
||||||
IndexShard replica = newShard(false);
|
IndexShard replica = newShard(false);
|
||||||
final AtomicReference<Path> translogLocation = new AtomicReference<>();
|
final AtomicReference<Path> translogLocation = new AtomicReference<>();
|
||||||
|
|
Loading…
Reference in New Issue