Skip to content

Commit

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

describe('Generate CSV: archived search', () => {
// TODO: Remove .only
describe.only('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 e74a7c7

Please sign in to comment.