unify skipped suites for es promotion (#125851)

This commit is contained in:
spalger 2022-02-16 14:17:41 -07:00
parent 0e928dc2e5
commit d0135481a8
3 changed files with 4 additions and 3 deletions

View file

@ -92,7 +92,8 @@ export default ({ getService }: FtrProviderContext) => {
return body;
}
describe('Generating signals from ml anomalies', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125851
describe.skip('Generating signals from ml anomalies', () => {
before(async () => {
// Order is critical here: auditbeat data must be loaded before attempting to start the ML job,
// as the job looks for certain indices on start

View file

@ -39,7 +39,7 @@ const SPACE_ID = 'space1';
export default function registryRulesApiTest({ getService }: FtrProviderContext) {
const es = getService('es');
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125848
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125851
describe.skip('Rule Registry API', () => {
describe('with write permissions', () => {
it('does not bootstrap indices on plugin startup', async () => {

View file

@ -59,7 +59,7 @@ export default function createLifecycleExecutorApiTest({ getService }: FtrProvid
return Promise.resolve(client);
};
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125848
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/125851
describe.skip('createLifecycleExecutor', () => {
let ruleDataClient: IRuleDataClient;
before(async () => {