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:
parent
1d8e3d69d7
commit
cdbcab3841
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue