[Reporting][Fix] Flaky Download csv test (#163351)

## Summary

Closes https://github.com/elastic/kibana/issues/150757 unskips test
This commit is contained in:
Rachel Shen 2023-08-15 13:30:20 -06:00 committed by GitHub
parent 21e122e59d
commit b698a91e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
});