skip flaky suite (#83231)

This commit is contained in:
spalger 2020-11-11 16:59:25 -07:00
parent c27422fdc8
commit 8bd2809bb7

View file

@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['logstash']);
const retry = getService('retry');
describe('pipeline create new', () => {
// FLAKY: https://github.com/elastic/kibana/issues/83231
describe.skip('pipeline create new', () => {
let originalWindowSize;
before(async () => {