Skip to content

Commit 84d3de1

Browse files
authored
Mute DieWithDignityIT test. (#43415)
1 parent e04a225 commit 84d3de1

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)