Revert "skip flaky suite (#118745)" (#118782) (#118799)

This reverts commit 66aca8b486.

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-16 17:56:56 -05:00 committed by GitHub
parent 75647ff223
commit f0a6b10931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);