mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Skip flaky Monitoring Shard Allocation Per Node tests (#20138)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
b872983811
commit
cca09311c0
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue