Skip to content

Commit

Permalink
skip flaky suite (#172941)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 12, 2023
1 parent 61b413e commit a1e0236
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

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

Expand Down

0 comments on commit a1e0236

Please sign in to comment.