Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
skip flaky suite (elastic#45244)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 15, 2020
1 parent 95b713e commit 0cee1a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 0cee1a4

Please sign in to comment.