Skip to content

Commit

Permalink
TEST: AwaitsFix assertSameSyncIdSameDocs
Browse files Browse the repository at this point in the history
This is tracked by #30228
  • Loading branch information
dnhatn committed May 10, 2018
1 parent c1b3afc commit 5beda41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,8 @@ public void beforeIndexDeletion() throws Exception {
// ElasticsearchIntegrationTest must override beforeIndexDeletion() to avoid failures.
assertNoPendingIndexOperations();
//check that shards that have same sync id also contain same number of documents
assertSameSyncIdSameDocs();
// norelease - AwaitsFix: https://github.com/elastic/elasticsearch/pull/30228
// assertSameSyncIdSameDocs();
assertOpenTranslogReferences();
}

Expand Down

0 comments on commit 5beda41

Please sign in to comment.