mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Re-enable test for create package configI believe it was supposed to be enabled with https://github.com/elastic/kibana/pull/71727/files We'll see what CI thinks (#73220) (#73657)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
cfd77705fb
commit
5121cb7b0d
1 changed files with 1 additions and 3 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue