skip flaky suite (#93737)

This commit is contained in:
Tiago Costa 2021-03-05 14:16:11 +00:00
parent 50c5f0617b
commit 0f261ef670
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

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/93737
describe.skip('auto fit map to bounds', () => {
describe('initial location', () => {
before(async () => {
await security.testUser.setRoles(['global_maps_all', 'test_logstash_reader']);