skip flaky suite (#62497)

(cherry picked from commit a2451c9842)
This commit is contained in:
spalger 2020-05-26 11:04:40 -07:00
parent 61b98931a5
commit a575cbf20b

View file

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