Skip to content

Commit

Permalink
cleanup and uncomment smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Drengenberg committed Mar 7, 2022
1 parent 02592c1 commit 7f0e9eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/functional/apps/dashboard/dashboard_grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
// const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');
const dashboardPanelActions = getService('dashboardPanelActions');
const PageObjects = getPageObjects(['common', 'dashboard']);
Expand Down
1 change: 0 additions & 1 deletion test/functional/apps/dashboard/dashboard_options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ getService, getPageObjects }: FtrProviderContext) {
const retry = getService('retry');
// const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');
const PageObjects = getPageObjects(['common', 'dashboard']);

Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/canvas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function canvasApp({ loadTestFile, getService }) {
});

this.tags('ciGroup2'); // CI requires tags ヽ(゜Q。)ノ?
// loadTestFile(require.resolve('./smoke_test'));
loadTestFile(require.resolve('./smoke_test'));
loadTestFile(require.resolve('./expression'));
loadTestFile(require.resolve('./filters'));
loadTestFile(require.resolve('./custom_elements'));
Expand Down

0 comments on commit 7f0e9eb

Please sign in to comment.