Skip to content

Commit

Permalink
skip flaky suite. #115130
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 16, 2021
1 parent bf17898 commit d98bf0c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }) {
const nodesList = getService('monitoringElasticsearchNodes');
const nodeDetail = getService('monitoringElasticsearchNodeDetail');

describe('Elasticsearch node detail', () => {
// FLAKY https://github.com/elastic/kibana/issues/115130
describe.skip('Elasticsearch node detail', () => {
describe('Active Nodes', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);

Expand Down

0 comments on commit d98bf0c

Please sign in to comment.