Skip to content

Commit

Permalink
Re-enable test for create package configI believe it was supposed to …
Browse files Browse the repository at this point in the history
…be enabled with https://github.com/elastic/kibana/pull/71727/files We'll see what CI thinks (#73220) (#73657)

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
John Schulz and elasticmachine authored Jul 29, 2020
1 parent cfd7770 commit 5121cb7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions

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

before(async function () {
Expand Down

0 comments on commit 5121cb7

Please sign in to comment.