mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#83231)
This commit is contained in:
parent
c27422fdc8
commit
8bd2809bb7
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue