mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suites (#121172)
This commit is contained in:
parent
2b66871c3e
commit
8406b9aa88
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 mb', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/121172
|
||||
describe.skip('Logstash pipelines mb', () => {
|
||||
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue