Skip to content

Commit

Permalink
backport: skip flaky suite (#168027) (#168074)
Browse files Browse the repository at this point in the history
## Summary
Backporting skip of #168027

Co-authored-by: Tiago Costa <[email protected]>
  • Loading branch information
delanni and mistic authored Oct 5, 2023
1 parent 5028019 commit b23b77b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Edit rule with deleted connector', function () {
// FLAKY: https://github.com/elastic/kibana/issues/168027
describe.skip('Edit rule with deleted connector', function () {
const testRunUuid = uuidv4();

afterEach(async () => {
Expand Down

0 comments on commit b23b77b

Please sign in to comment.