Skip to content

Commit

Permalink
remove legacyEs service
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Aug 3, 2021
1 parent 009baaf commit d53ede8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
2 changes: 0 additions & 2 deletions test/common/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

import { DeploymentService } from './deployment';
import { LegacyEsProvider } from './legacy_es';
import { ElasticsearchProvider } from './elasticsearch';
import { EsArchiverProvider } from './es_archiver';
import { KibanaServerProvider } from './kibana_server';
Expand All @@ -19,7 +18,6 @@ import { SavedObjectInfoService } from './saved_object_info';

export const services = {
deployment: DeploymentService,
legacyEs: LegacyEsProvider,
es: ElasticsearchProvider,
esArchiver: EsArchiverProvider,
kibanaServer: KibanaServerProvider,
Expand Down
24 changes: 0 additions & 24 deletions test/common/services/legacy_es.ts

This file was deleted.

3 changes: 0 additions & 3 deletions x-pack/test/api_integration/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import { services as kibanaApiIntegrationServices } from '../../../../test/api_integration/services';
import { services as commonServices } from '../../common/services';

// @ts-ignore not ts yet
import { LegacyEsProvider } from './legacy_es';
// @ts-ignore not ts yet
import { EsSupertestWithoutAuthProvider } from './es_supertest_without_auth';
// @ts-ignore not ts yet
Expand All @@ -29,7 +27,6 @@ export const services = {
esSupertest: kibanaApiIntegrationServices.esSupertest,
supertest: kibanaApiIntegrationServices.supertest,

legacyEs: LegacyEsProvider,
esSupertestWithoutAuth: EsSupertestWithoutAuthProvider,
infraOpsSourceConfiguration: InfraOpsSourceConfigurationProvider,
infraLogSourceConfiguration: InfraLogSourceConfigurationProvider,
Expand Down
23 changes: 0 additions & 23 deletions x-pack/test/api_integration/services/legacy_es.js

This file was deleted.

0 comments on commit d53ede8

Please sign in to comment.