Skip to content

Commit

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

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

0 comments on commit a78522d

Please sign in to comment.