Skipping flaky lab mode test (#19742)

* Skipping lab mode tests

* Update _lab_mode.js
This commit is contained in:
Brandon Kobel 2018-06-07 16:28:13 -04:00 committed by GitHub
parent 3ad137a599
commit cb4240a3b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', '');