We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d621fc7 commit 2da0cd2Copy full SHA for 2da0cd2
test/framework/src/main/java/org/elasticsearch/test/InternalTestCluster.java
@@ -1104,7 +1104,8 @@ public void beforeIndexDeletion() throws Exception {
1104
// ElasticsearchIntegrationTest must override beforeIndexDeletion() to avoid failures.
1105
assertNoPendingIndexOperations();
1106
//check that shards that have same sync id also contain same number of documents
1107
- assertSameSyncIdSameDocs();
+ // norelease - AwaitsFix: https://github.com/elastic/elasticsearch/pull/30228
1108
+ // assertSameSyncIdSameDocs();
1109
assertOpenTranslogReferences();
1110
}
1111
0 commit comments