Skip to content

Commit

Permalink
Mute DieWithDignityIT (#77283)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbrown authored Sep 4, 2021
1 parent 55e543a commit 0cc9778
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.LuceneTestCase;
import org.elasticsearch.client.Request;
import org.elasticsearch.core.PathUtils;
import org.elasticsearch.test.rest.ESRestTestCase;
Expand All @@ -24,6 +25,7 @@
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.not;

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

public void testDieWithDignity() throws Exception {
Expand Down

0 comments on commit 0cc9778

Please sign in to comment.