Skip to content

Commit e74a7c7

Browse files
authored
Additional .only
1 parent 98a125b commit e74a7c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/functional/apps/discover/reporting.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
132132
});
133133
});
134134

135-
describe('Generate CSV: archived search', () => {
135+
// TODO: Remove .only
136+
describe.only('Generate CSV: archived search', () => {
136137
const setupPage = async () => {
137138
const fromTime = 'Apr 27, 2019 @ 23:56:51.374';
138139
const toTime = 'Aug 23, 2019 @ 16:18:51.821';

0 commit comments

Comments
 (0)