mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Revert "[SKIP ON MKI][DA] Deployment Agnostic api integration burn_rate_rule.ts
(#196259)" (#196533)
This reverts commit 2c876e8010
.
### Details
The setting that made these tests fail has been reverted from the QA
environment for now.
This commit is contained in:
parent
40f95132e8
commit
231b240d09
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
|
|||
const isServerless = config.get('serverless');
|
||||
const expectedConsumer = isServerless ? 'observability' : 'slo';
|
||||
|
||||
describe('Burn rate rule', function () {
|
||||
// see details: https://github.com/elastic/kibana/issues/196252
|
||||
this.tags(['failsOnMKI']);
|
||||
describe('Burn rate rule', () => {
|
||||
const RULE_TYPE_ID = 'slo.rules.burnRate';
|
||||
const DATA_VIEW = 'kbn-data-forge-fake_hosts.fake_hosts-*';
|
||||
const RULE_ALERT_INDEX = '.alerts-observability.slo.alerts-default';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue