mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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)
This commit is contained in:
parent
9ac09b2cf1
commit
fe3f9ac4fe
1 changed files with 1 additions and 2 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue