Remove Awaitsfix that seems outdated (#49764)

This test seems to be fixed on 7.x with
https://github.com/elastic/elasticsearch/pull/43871 so the muting annotation can
most likely be removed.
This commit is contained in:
Christoph Büscher 2019-12-03 10:24:55 +01:00 committed by GitHub
parent 1d8e3d69d7
commit cdbcab3841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.not;
public class DieWithDignityIT extends ESRestTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43413")
public void testDieWithDignity() throws Exception {
expectThrows(
IOException.class,