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 Nov 29, 2021
1 parent be84f2b commit eef2311
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

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

beforeEach(async () => {
Expand Down

0 comments on commit eef2311

Please sign in to comment.