Skip to content

Commit

Permalink
fix flaky test elastic#83231
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisecheng committed Nov 12, 2020
1 parent bc6c33d commit fd27be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/logstash/pipeline_create.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['logstash']);
const retry = getService('retry');

// FLAKY: https://github.com/elastic/kibana/issues/83231
describe.skip('pipeline create new', () => {
describe('pipeline create new', () => {
let originalWindowSize;

before(async () => {
Expand Down

0 comments on commit fd27be7

Please sign in to comment.