Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jul 14, 2021
1 parent 98da65e commit c5cd404
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x-pack/test/functional/apps/discover/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

// TODO: Remove .only
describe.only('Generate CSV: new search', () => {
describe('Generate CSV: new search', () => {
beforeEach(async () => {
await kibanaServer.importExport.load(ecommerceSOPath);
await PageObjects.common.navigateToApp('discover');
Expand Down Expand Up @@ -132,8 +131,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

// TODO: Remove .only
describe.only('Generate CSV: archived search', () => {
describe('Generate CSV: archived search', () => {
const setupPage = async () => {
const fromTime = 'Apr 27, 2019 @ 23:56:51.374';
const toTime = 'Aug 23, 2019 @ 16:18:51.821';
Expand Down

0 comments on commit c5cd404

Please sign in to comment.