Skip to content

Commit

Permalink
skip flaky suite (#69617)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jun 29, 2020
1 parent 9f6ad5a commit 462bf15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/maps/layer_errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import expect from '@kbn/expect';
export default function ({ getPageObjects }) {
const PageObjects = getPageObjects(['maps', 'header']);

describe('layer errors', () => {
// Failing: See https://github.com/elastic/kibana/issues/69617
describe.skip('layer errors', () => {
before(async () => {
await PageObjects.maps.loadSavedMap('layer with errors');
});
Expand Down

0 comments on commit 462bf15

Please sign in to comment.