Skip to content

Commit

Permalink
skip failing test suite (#142082)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 28, 2022
1 parent eed0734 commit afbaa7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_tile_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'tileMap',
]);

describe('tile map visualize app', function () {
// Failing: See https://github.com/elastic/kibana/issues/142082
describe.skip('tile map visualize app', function () {
describe('incomplete config', function describeIndexTests() {
before(async function () {
await PageObjects.visualize.initTests();
Expand Down

0 comments on commit afbaa7a

Please sign in to comment.