Skip to content

Commit

Permalink
skip flaky suite (#92567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 28, 2022
1 parent 4abd7b8 commit e910bcd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('and the save button is clicked', () => {
// FLAKY: https://github.com/elastic/kibana/issues/92567
describe.skip('and the save button is clicked', () => {
let policyInfo: PolicyTestResourceInfo;

beforeEach(async () => {
Expand Down

0 comments on commit e910bcd

Please sign in to comment.