skip flaky suite (#154227)

This commit is contained in:
Tiago Costa 2023-04-03 15:10:17 +01:00
parent 597f4bb879
commit a18627d27a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -59,7 +59,8 @@ export default function (providerContext: FtrProviderContext) {
}
});
describe('Without custom pipeline', () => {
// FLAKY: https://github.com/elastic/kibana/issues/154227
describe.skip('Without custom pipeline', () => {
it('Should write doc correctly', async () => {
const res = await es.index({
index: 'logs-log.log-test',