skip flaky suite (#89073)

This commit is contained in:
Tyler Smalley 2021-02-02 15:57:58 -08:00
parent 56ae0b7494
commit 60e7984ccd

View file

@ -33,7 +33,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await searchFilter.click();
};
describe('maps integration', () => {
// Failing: See https://github.com/elastic/kibana/issues/89073
describe.skip('maps integration', () => {
before(async () => {
await esArchiver.load('maps');
});