Skip to content

Commit

Permalink
Skip flaky Events Viewer Cypress test
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Sep 15, 2020
1 parent 9a00760 commit 7fff3a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const defaultHeadersInDefaultEcsCategory = [
{ id: 'destination.ip' },
];

describe('Events Viewer', () => {
// https://github.com/elastic/kibana/issues/70757
describe.skip('Events Viewer', () => {
context('Fields rendering', () => {
before(() => {
loginAndWaitForPage(HOSTS_URL);
Expand Down

0 comments on commit 7fff3a5

Please sign in to comment.