mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This reverts commit 66aca8b486
.
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
75647ff223
commit
f0a6b10931
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ 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.
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/118745
|
||||
describe.skip('maps loaded from sample data', () => {
|
||||
describe('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'], false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue