Skip to content

Commit

Permalink
skip flaky suite (#100296)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 19, 2021
1 parent fb3f0b0 commit 8f1bf66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('when on Ingest Policy Edit Package Policy page', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/100296
describe.skip('when on Ingest Policy Edit Package Policy page', async () => {
let policyInfo: PolicyTestResourceInfo;
beforeEach(async () => {
// Create a policy and navigate to Ingest app
Expand Down

0 comments on commit 8f1bf66

Please sign in to comment.