mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#180982)
This commit is contained in:
parent
b773680f67
commit
c780bc4066
2 changed files with 3 additions and 2 deletions
|
@ -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({
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue