mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Skip flaky Events Viewer Cypress test
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
e9a4555623
commit
0752de7b10
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ const defaultHeadersInDefaultEcsCategory = [
|
||||||
{ id: 'destination.ip' },
|
{ id: 'destination.ip' },
|
||||||
];
|
];
|
||||||
|
|
||||||
describe('Events Viewer', () => {
|
// https://github.com/elastic/kibana/issues/70757
|
||||||
|
describe.skip('Events Viewer', () => {
|
||||||
context('Fields rendering', () => {
|
context('Fields rendering', () => {
|
||||||
before(() => {
|
before(() => {
|
||||||
loginAndWaitForPage(HOSTS_URL);
|
loginAndWaitForPage(HOSTS_URL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue