Skip to content

Commit

Permalink
skip flaky suite (#89073)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Feb 2, 2021
1 parent 56ae0b7 commit 60e7984
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 60e7984

Please sign in to comment.