We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58cc17 commit 3219075Copy full SHA for 3219075
x-pack/plugins/security_solution/cypress/integration/events_viewer.spec.ts
@@ -46,7 +46,8 @@ const defaultHeadersInDefaultEcsCategory = [
46
{ id: 'destination.ip' },
47
];
48
49
-describe('Events Viewer', () => {
+// Flakky: https://github.com/elastic/kibana/issues/70757
50
+describe.skip('Events Viewer', () => {
51
context('Fields rendering', () => {
52
before(() => {
53
loginAndWaitForPage(HOSTS_URL);
0 commit comments