We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f313668 commit faa78e8Copy full SHA for faa78e8
distribution/archives/integ-test-zip/src/test/java/org/elasticsearch/test/rest/DefaultShardsIT.java
@@ -31,7 +31,6 @@
31
32
public class DefaultShardsIT extends ESRestTestCase {
33
34
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/31408")
35
public void testDefaultShards() throws IOException {
36
final Response response = client().performRequest(new Request("PUT", "/index"));
37
final String warning = response.getHeader("Warning");
0 commit comments