From 1fc2ed259134548d799dab6fa7e0c92c00e6df03 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Thu, 21 Jun 2018 16:55:30 -0700 Subject: [PATCH] Skip flaky Monitoring Shard Allocation Per Node tests Signed-off-by: Tyler Smalley --- x-pack/test/functional/apps/monitoring/elasticsearch/shards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');