Skip to content

Commit

Permalink
Skipping flaky lab mode test (#19742)
Browse files Browse the repository at this point in the history
* Skipping lab mode tests

* Update _lab_mode.js
  • Loading branch information
kobelb authored Jun 7, 2018
1 parent 3ad137a commit cb4240a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_lab_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }) {
const log = getService('log');
const PageObjects = getPageObjects(['common', 'header', 'discover', 'settings']);

describe('visualize lab mode', () => {
// Flaky: https://github.com/elastic/kibana/issues/19743
describe.skip('visualize lab mode', () => {

it('disabling does not break loading saved searches', async () => {
await PageObjects.common.navigateToUrl('discover', '');
Expand Down

0 comments on commit cb4240a

Please sign in to comment.