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 f5a7989 commit 8b3854e
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 8b3854e

Please sign in to comment.