|
46 | 46 | import org.junit.jupiter.api.DisplayName;
|
47 | 47 | import org.junit.jupiter.api.Order;
|
48 | 48 | import org.junit.jupiter.api.Test;
|
49 |
| -import org.junit.jupiter.api.condition.DisabledIf; |
50 | 49 | import org.skyscreamer.jsonassert.JSONAssert;
|
51 | 50 | import org.springframework.beans.factory.annotation.Autowired;
|
52 | 51 | import org.springframework.dao.DataAccessException;
|
|
58 | 57 | import org.springframework.data.domain.PageRequest;
|
59 | 58 | import org.springframework.data.domain.Pageable;
|
60 | 59 | import org.springframework.data.domain.Sort;
|
61 |
| -import org.springframework.data.elasticsearch.NewElasticsearchClientDevelopment; |
62 | 60 | import org.springframework.data.elasticsearch.RestStatusException;
|
63 | 61 | import org.springframework.data.elasticsearch.annotations.Document;
|
64 | 62 | import org.springframework.data.elasticsearch.annotations.Field;
|
|
96 | 94 | */
|
97 | 95 | @SuppressWarnings("SpringJavaAutowiredMembersInspection")
|
98 | 96 | @SpringIntegrationTest
|
99 |
| -public abstract class ReactiveElasticsearchIntegrationTests implements NewElasticsearchClientDevelopment { |
| 97 | +public abstract class ReactiveElasticsearchIntegrationTests { |
100 | 98 |
|
101 | 99 | @Autowired private ReactiveElasticsearchOperations operations;
|
102 | 100 | @Autowired private IndexNameProvider indexNameProvider;
|
@@ -1065,7 +1063,6 @@ void shouldReturnExplanationWhenRequested() {
|
1065 | 1063 | }).verifyComplete();
|
1066 | 1064 | }
|
1067 | 1065 |
|
1068 |
| -// @DisabledIf(value = "newElasticsearchClient", disabledReason = "todo #2165, ES issue 286") |
1069 | 1066 | @Test // #1646, #1718
|
1070 | 1067 | @DisplayName("should return a list of info for specific index")
|
1071 | 1068 | void shouldReturnInformationListOfAllIndices() {
|
|
0 commit comments