[Security Solution] Unskipping x-pack/test/security_solution_cypress/cypress/e2e/explore/pagination/ working tests on serverless (#169474)

This commit is contained in:
Gloria Hornero 2023-10-24 12:48:55 +02:00 committed by GitHub
parent 141616e2d8
commit 6db8f5fe69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
parallelism: 2
parallelism: 4
retry:
automatic:
- exit_status: '*'

View file

@ -97,7 +97,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
parallelism: 2
parallelism: 4
retry:
automatic:
- exit_status: '*'

View file

@ -75,7 +75,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
parallelism: 2
parallelism: 4
retry:
automatic:
- exit_status: '*'

View file

@ -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' });