Skip to content

Commit

Permalink
skip failing test suite (#148806)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 12, 2023
1 parent fb39c8b commit 4f80b48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default function (providerContext: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions

describe('Package Policy - update', async function () {
// Failing: See https://github.com/elastic/kibana/issues/148806
describe.skip('Package Policy - update', async function () {
skipIfNoDockerRegistry(providerContext);
let agentPolicyId: string;
let managedAgentPolicyId: string;
Expand Down

0 comments on commit 4f80b48

Please sign in to comment.