mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#116070)
This commit is contained in:
parent
f4ca6c48ef
commit
0ecffd9a2d
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const pipelinesList = getService('monitoringLogstashPipelines');
|
||||
const lsClusterSummaryStatus = getService('monitoringLogstashSummaryStatus');
|
||||
|
||||
describe('Logstash pipelines', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116070
|
||||
describe.skip('Logstash pipelines', () => {
|
||||
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue