mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Reporting][Fix] Flaky Download csv test (#163351)
## Summary Closes https://github.com/elastic/kibana/issues/150757 unskips test
This commit is contained in:
parent
21e122e59d
commit
b698a91e3c
1 changed files with 1 additions and 2 deletions
|
@ -163,8 +163,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/150757
|
||||
describe.skip('Field Formatters and Scripted Fields', () => {
|
||||
describe('Field Formatters and Scripted Fields', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/reporting/hugedata');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue