Skip to content

Commit 56649be

Browse files
committed
remove commented out code
1 parent a7d6b9d commit 56649be

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/test/java/org/springframework/data/elasticsearch/core/suggest/CompletionIntegrationTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ private void loadAnnotatedCompletionObjectEntitiesWithWeights() {
112112
operations.bulkIndex(indexQueries, AnnotatedCompletionEntity.class);
113113
}
114114

115-
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2139, ES issue 150")
116115
@Test
117116
public void shouldFindSuggestionsForGivenCriteriaQueryUsingCompletionEntity() {
118117

@@ -144,7 +143,6 @@ void shouldRetrieveEntityWithCompletion() {
144143
operations.get("1", CompletionEntity.class);
145144
}
146145

147-
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2139, ES issue 150")
148146
@Test
149147
public void shouldFindSuggestionsForGivenCriteriaQueryUsingAnnotatedCompletionEntity() {
150148

@@ -168,7 +166,6 @@ public void shouldFindSuggestionsForGivenCriteriaQueryUsingAnnotatedCompletionEn
168166
assertThat(options.get(1).getText()).isIn("Marchand", "Mohsin");
169167
}
170168

171-
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2139, ES 1issue 150")
172169
@Test
173170
public void shouldFindSuggestionsWithWeightsForGivenCriteriaQueryUsingAnnotatedCompletionEntity() {
174171

src/test/java/org/springframework/data/elasticsearch/core/suggest/ReactiveSuggestIntegrationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ void cleanup() {
6666
operations.indexOps(IndexCoordinates.of(indexNameProvider.getPrefix() + "*")).delete().block();
6767
}
6868

69-
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2139, ES issue 150")
7069
@Test // #1302
7170
@DisplayName("should find suggestions for given prefix completion")
7271
void shouldFindSuggestionsForGivenPrefixCompletion() {

0 commit comments

Comments
 (0)