Skip to content

Commit

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

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

Expand Down

0 comments on commit 3acdf80

Please sign in to comment.