Skip to content

Commit

Permalink
[Test] Mute testDieWithDignity on Windows (#77537) (#77538)
Browse files Browse the repository at this point in the history
Relates #77282
  • Loading branch information
ywangd authored Sep 10, 2021
1 parent 2cdd50c commit 5d234e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

package org.elasticsearch.qa.die_with_dignity;

import org.apache.lucene.util.Constants;
import org.elasticsearch.client.Request;
import org.elasticsearch.core.PathUtils;
import org.elasticsearch.test.rest.ESRestTestCase;
Expand All @@ -30,6 +31,7 @@
public class DieWithDignityIT extends ESRestTestCase {

public void testDieWithDignity() throws Exception {
assumeFalse("Mute on Windows, see https://github.com/elastic/elasticsearch/issues/77282", Constants.WINDOWS);
// there should be an Elasticsearch process running with the die.with.dignity.test system property
{
final Map<String, String> esCommandLines = getElasticsearchCommandLines();
Expand Down

0 comments on commit 5d234e2

Please sign in to comment.