Skip to content

Commit

Permalink
Revert "[SKIP ON MKI][DA] Deployment Agnostic api integration `burn_r…
Browse files Browse the repository at this point in the history
…ate_rule.ts` (#196259)" (#196533)

This reverts commit 2c876e8.

### Details

The setting that made these tests fail has been reverted from the QA
environment for now.
  • Loading branch information
pheyos authored Oct 16, 2024
1 parent 40f9513 commit 231b240
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 231b240

Please sign in to comment.