skip flaky suite (#134671)

This commit is contained in:
Tiago Costa 2023-09-08 00:11:53 +01:00
parent 138d4ec8a7
commit 8ae398a967
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const editedDescription = 'Edited description';
describe('regression saved search creation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/134671
describe.skip('regression saved search creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote_small');
await ml.testResources.createIndexPatternIfNeeded('ft_farequote_small', '@timestamp');