skip flaky suite (#129467)

This commit is contained in:
spalger 2022-04-13 14:56:37 -05:00
parent de25fb0280
commit 774f4a0f18

View file

@ -11,7 +11,8 @@ export default function ({ getPageObjects, getService }) {
const PageObjects = getPageObjects(['maps']);
const security = getService('security');
describe('auto fit map to bounds', () => {
// FLAKY: https://github.com/elastic/kibana/issues/129467
describe.skip('auto fit map to bounds', () => {
describe('initial location', () => {
before(async () => {
await security.testUser.setRoles(['global_maps_all', 'test_logstash_reader']);