Skip to content

Commit 0d2935c

Browse files
dnhatnkcm
authored andcommitted
TEST: Mute testDedupByPrimaryTerm
Should be fixed by #34667
1 parent a5b5325 commit 0d2935c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ searcher, mapperService, between(1, LuceneChangesSnapshot.DEFAULT_BATCH_SIZE), f
150150
}
151151
}
152152

153+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/34667")
153154
public void testDedupByPrimaryTerm() throws Exception {
154155
Map<Long, Long> latestOperations = new HashMap<>();
155156
List<Integer> terms = Arrays.asList(between(1, 1000), between(1000, 2000));

0 commit comments

Comments
 (0)