mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#129467)
This commit is contained in:
parent
de25fb0280
commit
774f4a0f18
1 changed files with 2 additions and 1 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue