Skip to content

Commit

Permalink
[Maps] Enable skipped test (#154760)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
nickpeihl authored Apr 12, 2023
1 parent 9ac09b2 commit fe3f9ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/maps/group1/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/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 });
Expand Down

0 comments on commit fe3f9ac

Please sign in to comment.