Skip flaky Monitoring Shard Allocation Per Node tests (#20138)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2018-07-13 08:34:41 -07:00 committed by GitHub
parent b872983811
commit cca09311c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');