Skip to content

Commit

Permalink
skip flaky suite (#179353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 31, 2024
1 parent 265e879 commit 0f8befb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/group3/security_solution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

describe('Custom Query Rule', () => {
describe('Define Step', () => {
// FLAKY: https://github.com/elastic/kibana/issues/179353
describe.skip('Define Step', () => {
it('default view meets a11y requirements', async () => {
await toasts.dismissAll();
await testSubjects.click('customRuleType');
Expand Down

0 comments on commit 0f8befb

Please sign in to comment.