Skip to content

Commit 508c38a

Browse files
committed
Mute DieWithDignityIT test. (#43415)
(cherry picked from commit 84d3de1)
1 parent ad17198 commit 508c38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/die-with-dignity/src/test/java/org/elasticsearch/qa/die_with_dignity/DieWithDignityIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import static org.hamcrest.Matchers.not;
5151

5252
public class DieWithDignityIT extends ESRestTestCase {
53-
53+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43413")
5454
public void testDieWithDignity() throws Exception {
5555
// deleting the PID file prevents stopping the cluster from failing since it occurs if and only if the PID file exists
5656
final Path pidFile = PathUtils.get(System.getProperty("pidfile"));

0 commit comments

Comments
 (0)