Skip to content

Commit

Permalink
Revert "skip flaky suite (#118745)" (#118782) (#118799)
Browse files Browse the repository at this point in the history
This reverts commit 66aca8b.

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
kibanamachine and Tyler Smalley authored Nov 16, 2021
1 parent 75647ff commit f0a6b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/maps/sample_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f0a6b10

Please sign in to comment.