Skip to content

Commit

Permalink
skip flaky suite (#118745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Nov 16, 2021
1 parent 2705cc9 commit 66aca8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/maps/sample_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ 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.

describe('maps loaded from sample data', () => {
// Failing: See https://github.com/elastic/kibana/issues/118745
describe.skip('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 66aca8b

Please sign in to comment.