Skip to content

Commit

Permalink
skip flaky suite (#146450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 29, 2022
1 parent d4aff16 commit 20e6a85
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('Create rule button', () => {
// FLAKY: https://github.com/elastic/kibana/issues/146450
describe.skip('Create rule button', () => {
it('Show Create Rule flyout when Create Rule button is clicked', async () => {
await observability.alerts.common.navigateToRulesPage();
await retry.waitFor(
Expand Down

0 comments on commit 20e6a85

Please sign in to comment.