Skip to content

Commit

Permalink
skip flaky suite (#115255)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 15, 2021
1 parent 6abfcdd commit 9a15bee
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 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);

Expand Down

0 comments on commit 9a15bee

Please sign in to comment.