Skip to content

Commit 0cc9778

Browse files
authored
Mute DieWithDignityIT (#77283)
1 parent 55e543a commit 0cc9778

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.LuceneTestCase;
1112
import org.elasticsearch.client.Request;
1213
import org.elasticsearch.core.PathUtils;
1314
import org.elasticsearch.test.rest.ESRestTestCase;
@@ -24,6 +25,7 @@
2425
import static org.hamcrest.Matchers.containsString;
2526
import static org.hamcrest.Matchers.not;
2627

28+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77282")
2729
public class DieWithDignityIT extends ESRestTestCase {
2830

2931
public void testDieWithDignity() throws Exception {

0 commit comments

Comments
 (0)