From fe3f9ac4fe2ba26661486ed509690751e898e77a Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Wed, 12 Apr 2023 09:59:03 -0400 Subject: [PATCH] [Maps] Enable skipped test (#154760) ## Summary This test was failing due to a transient network issue caused by an unexpected certificates rotation on Elastic Maps Service. Fixes #153960 [Flaky test runner](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2109) --- x-pack/test/functional/apps/maps/group1/sample_data.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/maps/group1/sample_data.js b/x-pack/test/functional/apps/maps/group1/sample_data.js index cf0f45c17e27f..d9ef08ef712f1 100644 --- a/x-pack/test/functional/apps/maps/group1/sample_data.js +++ b/x-pack/test/functional/apps/maps/group1/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/153960 - 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'], { skipBrowserRefresh: true });