Skip to content

Commit

Permalink
Use a published version of system
Browse files Browse the repository at this point in the history
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
elastic/package-storage#914
elastic/package-storage#1247
elastic/package-storage#1248
  • Loading branch information
jfsiii authored Jun 15, 2021
1 parent f3f7b2a commit a083d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/fleet_api_integration/apis/epm/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a083d25

Please sign in to comment.