Skip to content

Commit

Permalink
skip flaky suite (elastic#175614)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 6110083 commit a36ba0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/cloud_security_posture_functional/pages/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await esArchiver.unload('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
});

describe('Rules Page - Bulk Action buttons', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175614
describe.skip('Rules Page - Bulk Action buttons', () => {
it('It should disable both Enable and Disable options when there are no rules selected', async () => {
await rule.rulePage.toggleBulkActionButton();
expect(
Expand Down

0 comments on commit a36ba0b

Please sign in to comment.