skip flaky suite (#92567)

This commit is contained in:
Tiago Costa 2022-02-28 13:14:03 +00:00
parent 4abd7b8afc
commit e910bcdd6a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () => {