diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js b/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js index e2557bf4b4de1..e22156faf513a 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js @@ -28,7 +28,7 @@ export default function ({ getService, getPageObjects }) { await tearDown(); }); - describe('Shard Allocation Per Node', () => { + describe.skip('Shard Allocation Per Node', () => { before(async () => { // start on cluster overview await PageObjects.monitoring.clickBreadcrumb('breadcrumbClusters');