mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#115255)
This commit is contained in:
parent
6abfcdd572
commit
9a15bee8b6
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const nodesList = getService('monitoringElasticsearchNodes');
|
||||
const nodeDetail = getService('monitoringElasticsearchNodeDetail');
|
||||
|
||||
describe('Elasticsearch node detail mb', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/115255
|
||||
describe.skip('Elasticsearch node detail mb', () => {
|
||||
describe('Active Nodes', () => {
|
||||
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue