skip flaky suite (#89073)

This commit is contained in:
Tyler Smalley 2021-02-02 15:57:56 -08:00
parent cf846bdddf
commit 75d9e0a071

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