Disable flaky Shard Allocation Per Index test. (#21577)

This commit is contained in:
CJ Cenizal 2018-08-01 17:31:59 -07:00 committed by GitHub
parent 4bd7b74e99
commit 1b9063b510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ export default function ({ getService, getPageObjects }) {
});
});
describe('Shard Allocation Per Index', () => {
describe.skip('Shard Allocation Per Index', () => {
before(async () => {
// start on cluster overview
await PageObjects.monitoring.clickBreadcrumb('breadcrumbClusters');