skip failing test suite (#153960)

This commit is contained in:
Kibana Machine 2023-03-30 11:47:45 -04:00
parent fce28277f9
commit a88d54c372

View file

@ -18,7 +18,8 @@ export default function ({ getPageObjects, getService, updateBaselines }) {
// Only update the baseline images from Jenkins session images after comparing them
// These tests might fail locally because of scaling factors and resolution.
describe('maps loaded from sample data', () => {
// Failing: See https://github.com/elastic/kibana/issues/153960
describe.skip('maps loaded from sample data', () => {
before(async () => {
//installing the sample data with test user with super user role and then switching roles with limited privileges
await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true });