Skip to content

Commit

Permalink
[tests] Temporarily skipped to promote snapshot
Browse files Browse the repository at this point in the history
Will be re-enabled in #71727

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Jul 15, 2020
1 parent f61061a commit 240b46c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default function ({ getService }: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions

describe('Package Config - create', async function () {
// Temporarily skipped to promote snapshot
// Re-enabled in https://github.com/elastic/kibana/pull/71727
describe.skip('Package Config - create', async function () {
let agentConfigId: string;

before(async function () {
Expand Down

0 comments on commit 240b46c

Please sign in to comment.