mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] Unskipping x-pack/test/security_solution_cypress/cypress/e2e/explore/pagination/
working tests on serverless (#169474)
This commit is contained in:
parent
141616e2d8
commit
6db8f5fe69
4 changed files with 4 additions and 4 deletions
|
@ -76,7 +76,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 60
|
||||
parallelism: 2
|
||||
parallelism: 4
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
|
|
|
@ -97,7 +97,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 60
|
||||
parallelism: 2
|
||||
parallelism: 4
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
|
|
|
@ -75,7 +75,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 60
|
||||
parallelism: 2
|
||||
parallelism: 4
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
|
|
|
@ -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' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue