We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad17198 commit 508c38aCopy full SHA for 508c38a
qa/die-with-dignity/src/test/java/org/elasticsearch/qa/die_with_dignity/DieWithDignityIT.java
@@ -50,7 +50,7 @@
50
import static org.hamcrest.Matchers.not;
51
52
public class DieWithDignityIT extends ESRestTestCase {
53
-
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43413")
54
public void testDieWithDignity() throws Exception {
55
// deleting the PID file prevents stopping the cluster from failing since it occurs if and only if the PID file exists
56
final Path pidFile = PathUtils.get(System.getProperty("pidfile"));
0 commit comments