Skip to content

Commit

Permalink
skip flaky suite (#168991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 26, 2024
1 parent 805e70e commit 5433b49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
pageObjects.header.waitUntilLoadingHasFinished();
});

describe('Create detection rule', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168991
describe.skip('Create detection rule', () => {
it('Creates a detection rule from the Take Action button and navigates to rule page', async () => {
await latestFindingsTable.openFlyoutAt(0);
await misconfigurationsFlyout.clickTakeActionCreateRuleButton();
Expand Down

0 comments on commit 5433b49

Please sign in to comment.