Skip to content

Commit

Permalink
skip flaky suite (#165692)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 6, 2023
1 parent c30e5d2 commit 6677cce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { NETWORK_URL } from '../../../urls/navigation';
const testDomainOne = 'myTest';
const testDomainTwo = 'myTest2';

describe('Overflow items', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/165692
describe('Overflow items', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
context('Network stats and tables', () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'network' });
Expand Down

0 comments on commit 6677cce

Please sign in to comment.