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 Aug 29, 2022
1 parent a5e1563 commit f1c0985
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 f1c0985

Please sign in to comment.