[test] Skipped monitoring test

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-07-14 19:43:44 -07:00
parent cbe8f00795
commit a8513256a0

View file

@ -10,7 +10,8 @@ import { getLifecycleMethods } from '../_get_lifecycle_methods';
export default function ({ getService, getPageObjects }) {
const overview = getService('monitoringClusterOverview');
describe('Cluster overview', () => {
// https://github.com/elastic/kibana/issues/71796
describe.skip('Cluster overview', () => {
describe('for Green cluster with Gold license', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);