Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public void setUpCluster() {
// Use a single thread pool for writes so we can enforce a consistent ordering
internalCluster().startDataOnlyNode(Settings.builder().put("thread_pool.write.size", 1).build());
internalCluster().startCoordinatingOnlyNode(Settings.EMPTY);
ensureStableCluster(3);
}

public void testUpdateByQuery() throws Exception {
Expand Down
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ tests:
issue: https://github.com/elastic/elasticsearch/issues/120482
- class: org.elasticsearch.xpack.sql.expression.function.scalar.datetime.DateTimeToCharProcessorTests
issue: https://github.com/elastic/elasticsearch/issues/120575
- class: org.elasticsearch.index.reindex.BulkByScrollUsesAllScrollDocumentsAfterConflictsIntegTests
method: testReindex
issue: https://github.com/elastic/elasticsearch/issues/120605
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
method: testMultipleInferencesTriggeringDownloadAndDeploy
issue: https://github.com/elastic/elasticsearch/issues/120668
Expand Down