Skip to content

Commit

Permalink
Disable flaky Shard Allocation Per Index test. (#21577) (#21579)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Aug 2, 2018
1 parent 5657e9f commit 320c81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 320c81c

Please sign in to comment.