Skip to content

Commit

Permalink
Skip failing suite (#81848)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Nov 5, 2020
1 parent eeebe58 commit c584376
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { loginAndWaitForPage } from '../tasks/login';

import { OVERVIEW_URL } from '../urls/navigation';

describe('Overview Page', () => {
// Failing: See https://github.com/elastic/kibana/issues/81848
describe.skip('Overview Page', () => {
it('Host stats render with correct values', () => {
cy.stubSearchStrategyApi('overview_search_strategy');
loginAndWaitForPage(OVERVIEW_URL);
Expand Down

0 comments on commit c584376

Please sign in to comment.