Skip to content

Commit

Permalink
skip flaky suite (#169413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 16, 2023
1 parent 4d27bfb commit 4d4566a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import { hostsUrl } from '../../../urls/navigation';

// Flaky on serverless
const defaultPageSize = 25;
describe('Pagination', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/169413
describe.skip('Pagination', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'timeline' });
});
Expand Down

0 comments on commit 4d4566a

Please sign in to comment.