Skip to content

Commit 47f617d

Browse files
authored
Unmute the test now that the fix for the underlying cause is merged in. (#46117)
1 parent 8ca0d4b commit 47f617d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/MachineLearningIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,6 @@ private void createIndex(String indexName, XContentBuilder mapping) throws IOExc
17841784
highLevelClient().indices().create(new CreateIndexRequest(indexName).mapping(mapping), RequestOptions.DEFAULT);
17851785
}
17861786

1787-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45787")
17881787
public void testEstimateMemoryUsage() throws IOException {
17891788
String indexName = "estimate-test-index";
17901789
createIndex(indexName, mappingForClassification());

0 commit comments

Comments
 (0)