skip flaky suite (#45244)

(cherry picked from commit 0cee1a4adb)
This commit is contained in:
spalger 2020-02-14 18:46:01 -07:00
parent 02a6eaa7ad
commit 43507c9f91

View file

@ -20,7 +20,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const appsMenu = getService('appsMenu');
describe('visualize', () => {
// FLAKY: https://github.com/elastic/kibana/issues/45244
describe.skip('visualize', () => {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
});