Skip to content

Commit 6b47dd1

Browse files
authored
[Test] Mute testDieWithDignity on Windows (#77537)
Relates #77282
1 parent 64b13f0 commit 6b47dd1

File tree

1 file changed

+2
-0
lines changed
  • test/external-modules/die-with-dignity/src/javaRestTest/java/org/elasticsearch/qa/die_with_dignity

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
package org.elasticsearch.qa.die_with_dignity;
1010

11+
import org.apache.lucene.util.Constants;
1112
import org.elasticsearch.client.Request;
1213
import org.elasticsearch.core.PathUtils;
1314
import org.elasticsearch.test.rest.ESRestTestCase;
@@ -28,6 +29,7 @@
2829
public class DieWithDignityIT extends ESRestTestCase {
2930

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

0 commit comments

Comments
 (0)