Skip to content

Commit 3219075

Browse files
committed
skip flaky suite (#70757)
1 parent e58cc17 commit 3219075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/security_solution/cypress/integration/events_viewer.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const defaultHeadersInDefaultEcsCategory = [
4646
{ id: 'destination.ip' },
4747
];
4848

49-
describe('Events Viewer', () => {
49+
// Flakky: https://github.com/elastic/kibana/issues/70757
50+
describe.skip('Events Viewer', () => {
5051
context('Fields rendering', () => {
5152
before(() => {
5253
loginAndWaitForPage(HOSTS_URL);

0 commit comments

Comments
 (0)