Skip to content

Commit fd27be7

Browse files
committed
fix flaky test #83231
1 parent bc6c33d commit fd27be7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/test/functional/apps/logstash/pipeline_create.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export default function ({ getService, getPageObjects }) {
1616
const PageObjects = getPageObjects(['logstash']);
1717
const retry = getService('retry');
1818

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

2322
before(async () => {

0 commit comments

Comments
 (0)