From a083d25c2315185ea62285855822809aaaa4c322 Mon Sep 17 00:00:00 2001 From: John Schulz Date: Tue, 15 Jun 2021 14:00:49 -0400 Subject: [PATCH] Use a published version of system Version 0.11.0 was only available on snapshot & staging for a short time. It was removed from both of those in May and was never promoted to production https://github.com/elastic/package-storage/pulls?q=is%3Apr+0.11.0+system+is%3Aclosed https://github.com/elastic/package-storage/pull/914 https://github.com/elastic/package-storage/pull/1247 https://github.com/elastic/package-storage/pull/1248 --- x-pack/test/fleet_api_integration/apis/epm/delete.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/fleet_api_integration/apis/epm/delete.ts b/x-pack/test/fleet_api_integration/apis/epm/delete.ts index ecf9eb625bd7e..c79a29a858b46 100644 --- a/x-pack/test/fleet_api_integration/apis/epm/delete.ts +++ b/x-pack/test/fleet_api_integration/apis/epm/delete.ts @@ -11,7 +11,7 @@ import { skipIfNoDockerRegistry } from '../../helpers'; export default function (providerContext: FtrProviderContext) { const { getService } = providerContext; const supertest = getService('supertest'); - const requiredPackage = 'system-0.11.0'; + const requiredPackage = 'system-0.12.6'; const installPackage = async (pkgkey: string) => { await supertest