skip flaky suite (#180982)

This commit is contained in:
Tiago Costa 2024-04-17 00:07:29 +01:00
parent b773680f67
commit c780bc4066
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA
2 changed files with 3 additions and 2 deletions

View file

@ -75,7 +75,7 @@ export default ({ getService }: FtrProviderContext) => {
const isServerless = config.get('serverless');
const dataPathBuilder = new EsArchivePathBuilder(isServerless);
const auditPath = dataPathBuilder.getPath('auditbeat/hosts');
// FLAKY: https://github.com/elastic/kibana/issues/180641
describe.skip('@ess @serverless EQL type rules', () => {
const { indexListOfDocuments } = dataGeneratorFactory({

View file

@ -80,7 +80,8 @@ export default function ({ getService }: FtrProviderContext) {
await cleanup({ esClient, logger });
});
describe('non partition by SLO', () => {
// FLAKY: https://github.com/elastic/kibana/issues/180982
describe.skip('non partition by SLO', () => {
it('deletes the SLO definition, transforms, ingest pipeline and data', async () => {
const createdSlo = await sloApi.create({
name: 'my custom name',