mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#156941)
This commit is contained in:
parent
b8c36e11b1
commit
a619d7d50d
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue