skip flaky suite (#184619)

This commit is contained in:
Tiago Costa 2024-06-05 16:06:18 +01:00
parent e4326522a2
commit db3f866a0d
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -9,7 +9,8 @@ import { FtrProviderContext } from '../../../api_integration/ftr_provider_contex
import { installPackage } from '../../packages';
export default function ({ loadTestFile, getService }: FtrProviderContext) {
describe('Elasticsearch', () => {
// FLAKY: https://github.com/elastic/kibana/issues/184619
describe.skip('Elasticsearch', () => {
before(() => installPackage(getService('supertest'), 'elasticsearch'));
loadTestFile(require.resolve('./ccr'));