skip flaky suite (#59975)

This commit is contained in:
Brian Seeders 2020-09-14 16:51:59 -04:00
parent ea56a32d51
commit 2994d32419

View file

@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
['geo.src', 'IN'],
];
describe('Discover', () => {
// Failing: See https://github.com/elastic/kibana/issues/59975
describe.skip('Discover', () => {
before(async () => {
await esArchiver.load('discover');
await esArchiver.loadIfNeeded('logstash_functional');