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 2, 2018
1 parent d621fc7 commit 2da0cd2
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 2da0cd2

Please sign in to comment.