We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6ad5a commit 462bf15Copy full SHA for 462bf15
x-pack/test/functional/apps/maps/layer_errors.js
@@ -9,7 +9,8 @@ import expect from '@kbn/expect';
9
export default function ({ getPageObjects }) {
10
const PageObjects = getPageObjects(['maps', 'header']);
11
12
- describe('layer errors', () => {
+ // Failing: See https://github.com/elastic/kibana/issues/69617
13
+ describe.skip('layer errors', () => {
14
before(async () => {
15
await PageObjects.maps.loadSavedMap('layer with errors');
16
});
0 commit comments