Synthetics functional tests - Query for experimental packages (#126281)

This commit is contained in:
Dominique Clarke 2022-02-24 11:31:33 -05:00 committed by GitHub
parent 9c546f1a21
commit 9674c7f0a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ export function SyntheticsPackageProvider({ getService }: FtrProviderContext) {
apiRequest = retry.try(() => {
return supertest
.get(INGEST_API_EPM_PACKAGES)
.query({ experimental: true })
.set('kbn-xsrf', 'xxx')
.expect(200)
.catch((error) => {