Skip to content

Commit

Permalink
skip flaky suite (#70757)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 7, 2020
1 parent ab98e8c commit ef0a749
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const defaultHeadersInDefaultEcsCategory = [
{ id: 'destination.ip' },
];

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

0 comments on commit ef0a749

Please sign in to comment.