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 <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Sep 15, 2020
1 parent e9a4555 commit 0752de7
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 0752de7

Please sign in to comment.