skip flaky suite (#92567)

This commit is contained in:
Tiago Costa 2021-11-29 13:37:55 +00:00
parent 1b3112ee96
commit 776e091865
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 () => {