From 33682516b67e8a6752dc903a421fac5952a380f1 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 16 Nov 2021 18:53:57 -0500 Subject: [PATCH] Revert "skip flaky suite (#118745)" (#118782) (#118800) This reverts commit 66aca8b486342727de3f5c95821bbeb22fae3d29. Co-authored-by: Tyler Smalley --- x-pack/test/functional/apps/maps/sample_data.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/maps/sample_data.js b/x-pack/test/functional/apps/maps/sample_data.js index 1e9e6ecd799365..a6e4500d30593b 100644 --- a/x-pack/test/functional/apps/maps/sample_data.js +++ b/x-pack/test/functional/apps/maps/sample_data.js @@ -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);