Skip to content

Commit

Permalink
[Security Solution] Unskip Overview cypress tests (#82782)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Nov 5, 2020
1 parent 2287376 commit 26f79a6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import { loginAndWaitForPage } from '../tasks/login';

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

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

0 comments on commit 26f79a6

Please sign in to comment.