Skip to content

Commit

Permalink
Run just this group and
Browse files Browse the repository at this point in the history
remove some after code per cr.
If it fails we may have to put some of it back
  • Loading branch information
wayneseymour committed May 10, 2021
1 parent 26a9810 commit 0e9d2f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
if (!isOss) load('./_chart_types');
});

describe('visualize ciGroup10', function () {
describe.only('visualize ciGroup10', function () {
this.tags('ciGroup10');

[
Expand Down
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 esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');
const find = getService('find');
const security = getService('security');
const PageObjects = getPageObjects(['visualize']);
Expand Down Expand Up @@ -52,12 +51,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

after(async () => {
await esArchiver.unload('kibana_sample_data_flights_index_pattern');
// 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');
await security.testUser.restoreDefaults();
});
});
Expand Down

0 comments on commit 0e9d2f5

Please sign in to comment.