Skip to content

Commit 96e391e

Browse files
committed
skip cypress on 8.19
1 parent 14784b9 commit 96e391e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/security_solution_cypress/cypress/e2e/ai4dsoc/privileges/security_privileges.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import { visit } from '../../../tasks/navigation';
1414
import { selectAllSpaces } from '../../../tasks/select_all_spaces';
1515
import { CUSTOM_ROLES_URL } from '../../../urls/navigation';
1616

17-
describe('Custom role creation', { tags: '@serverless' }, () => {
17+
// TODO: Do not run on 8.19
18+
describe.skip('Custom role creation', { tags: '@serverless' }, () => {
1819
beforeEach(() => {
1920
login('admin');
2021
visit(CUSTOM_ROLES_URL);

0 commit comments

Comments
 (0)