Skip to content

Commit

Permalink
Drop load discover.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed May 12, 2021
1 parent 81f7104 commit b4601ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/apps/visualize/_histogram_request_start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const log = getService('log');
const retry = getService('retry');
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');

const PageObjects = getPageObjects([
'common',
Expand All @@ -29,7 +28,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// loading back default data
await esArchiver.load('empty_kibana');

await kibanaServer.importExport.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.loadIfNeeded('long_window_logstash');

Expand Down

0 comments on commit b4601ff

Please sign in to comment.