Skip to content

Commit

Permalink
Mute DieWithDignityIT test. (#43415)
Browse files Browse the repository at this point in the history
(cherry picked from commit 84d3de1)
  • Loading branch information
astefan committed Jun 20, 2019
1 parent ad17198 commit 508c38a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
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 {
// deleting the PID file prevents stopping the cluster from failing since it occurs if and only if the PID file exists
final Path pidFile = PathUtils.get(System.getProperty("pidfile"));
Expand Down

0 comments on commit 508c38a

Please sign in to comment.