mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#89073)
This commit is contained in:
parent
56ae0b7494
commit
60e7984ccd
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue