Skip to content

Commit 2b09c01

Browse files
committed
wip
1 parent eabde9c commit 2b09c01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/java/org/springframework/data/elasticsearch/core/ElasticsearchIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ public void shouldNotIncludeDefaultsGetIndexSettings() {
27822782
assertThat(settings).doesNotContainKey("index.max_result_window");
27832783
}
27842784

2785-
@DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286")
2785+
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286")
27862786
@Test // DATAES-709
27872787
public void shouldIncludeDefaultsOnGetIndexSettings() {
27882788

src/test/java/org/springframework/data/elasticsearch/core/ReactiveElasticsearchIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ void shouldReturnExplanationWhenRequested() {
10651065
}).verifyComplete();
10661066
}
10671067

1068-
@DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286")
1068+
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286")
10691069
@Test // #1646, #1718
10701070
@DisplayName("should return a list of info for specific index")
10711071
void shouldReturnInformationListOfAllIndices() {

src/test/java/org/springframework/data/elasticsearch/core/indices/IndexOperationsIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void cleanup() {
7373
operations.indexOps(IndexCoordinates.of(indexNameProvider.getPrefix() + "*")).delete();
7474
}
7575

76-
@DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286")
76+
// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286")
7777
@Test // #1646, #1718
7878
@DisplayName("should return a list of info for specific index")
7979
void shouldReturnInformationList() throws JSONException {

0 commit comments

Comments
 (0)