mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Disable flaky Shard Allocation Per Index test. (#21577)
This commit is contained in:
parent
4bd7b74e99
commit
1b9063b510
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue