skip flaky suite (#156941)

This commit is contained in:
Tiago Costa 2023-06-22 01:47:51 +01:00
parent b8c36e11b1
commit a619d7d50d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -46,7 +46,8 @@ export default function (providerContext: FtrProviderContext) {
pkgVersion = getResp.body.response.version;
});
describe('install', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156941
describe.skip('install', () => {
transforms.forEach((transform) => {
it(`should have installed the [${transform.id}] transform`, async function () {
const res = await es.transport.request(