mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
unify skipped suites for es promotion (#125851)
This commit is contained in:
parent
0e928dc2e5
commit
d0135481a8
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 () => {
|
||||
|
|
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue