Skip to content

Commit

Permalink
[Security Solution] Unskips Alerts and Persistent timeline cypress te…
Browse files Browse the repository at this point in the history
…sts (#81898)

* unskips alerts tests

* unskips persistent timeline tests
  • Loading branch information
MadameSheema authored Oct 28, 2020
1 parent eb30e95 commit d7a7822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import { loginAndWaitForPage } from '../tasks/login';

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

// FLAKY: https:/elastic/kibana/issues/77957
describe.skip('Alerts', () => {
describe('Alerts', () => {
context('Closing alerts', () => {
beforeEach(() => {
esArchiverLoad('alerts');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { TABLE_COLUMN_EVENTS_MESSAGE } from '../screens/hosts/external_events';
import { waitsForEventsToBeLoaded, openEventsViewerFieldsBrowser } from '../tasks/hosts/events';
import { removeColumn, resetFields } from '../tasks/timeline';

// FLAKY: https:/elastic/kibana/issues/75794
describe.skip('persistent timeline', () => {
describe('persistent timeline', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);
openEvents();
Expand Down

0 comments on commit d7a7822

Please sign in to comment.