Skip to content

Commit

Permalink
skip flaky suite (#165968)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 7, 2023
1 parent 8b92020 commit 03423bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { ALL_HOSTS_TABLE } from '../../../screens/hosts/all_hosts';
import { ALL_USERS_TABLE } from '../../../screens/users/all_users';
import { goToTablePage, sortFirstTableColumn } from '../../../tasks/table_pagination';

describe('Pagination', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/165968
describe('Pagination', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Host uncommon processes table)', () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'host_uncommon_processes' });
Expand Down

0 comments on commit 03423bd

Please sign in to comment.