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 74b6f30 commit 0e36adcCopy full SHA for 0e36adc
server/src/test/java/org/elasticsearch/cluster/SimpleClusterStateIT.java
@@ -119,6 +119,7 @@ public void testMetadata() throws Exception {
119
assertThat(clusterStateResponse.getState().metaData().indices().size(), is(0));
120
}
121
122
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37820")
123
public void testMetadataVersion() {
124
createIndex("index-1");
125
createIndex("index-2");
0 commit comments