Skip to content

Commit

Permalink
[Security Solution] Unskipping `x-pack/test/security_solution_cypress…
Browse files Browse the repository at this point in the history
…/cypress/e2e/explore/pagination/` working tests on serverless (elastic#169474)

(cherry picked from commit 6db8f5f)

# Conflicts:
#	.buildkite/pipelines/on_merge.yml
#	.buildkite/pipelines/pull_request/base.yml
  • Loading branch information
MadameSheema committed Oct 24, 2023
1 parent 4f44a52 commit 5903452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
parallelism: 2
parallelism: 4
retry:
automatic:
- exit_status: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ALL_USERS_TABLE } from '../../../screens/users/all_users';
import { goToTablePage, sortFirstTableColumn } from '../../../tasks/table_pagination';

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

0 comments on commit 5903452

Please sign in to comment.