mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#153960)
This commit is contained in:
parent
fce28277f9
commit
a88d54c372
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue