Skip to content

Commit

Permalink
skip flaky suite (#173008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2023
1 parent 53c97fb commit 1b0b024
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});

// FLAKY: https://github.com/elastic/kibana/issues/172941
// FLAKY: https://github.com/elastic/kibana/issues/173008
describe.skip('Edit rule button', function () {
const ruleName = uuidv4();
const updatedRuleName = `Changed Rule Name ${ruleName}`;
Expand Down

0 comments on commit 1b0b024

Please sign in to comment.