[tests] Temporarily skipped to promote snapshot

Will be re-enabled in #71727

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-07-15 01:26:58 -07:00
parent 4e6f0c60e2
commit 42c3efdcab

View file

@ -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 () {