Skip to content

Commit

Permalink
[Response Ops] Unskip serverless alerting rule tests (#165514)
Browse files Browse the repository at this point in the history
Resolves #165145

## Summary

Serverless alerting tests are now working, likely after the PR to
support datastreams in AAD, so tests can be unskipped.

Can see the test being run as part of the [serverless security
tests](https://buildkite.com/elastic/kibana-pull-request/builds/155830#018a5221-26e0-4c9c-aada-a1f0bb53a22f/279-908),
the [serverless search
tests](https://buildkite.com/elastic/kibana-pull-request/builds/155830#018a5221-26e0-4c9c-aada-a1f0bb53a22f/279-908)
and the [serverless observability
tests](https://buildkite.com/elastic/kibana-pull-request/builds/155830#018a5264-9b1d-4bf3-9b91-13ea86d86737/279-940)

---------

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
ymao1 and kibanamachine authored Sep 5, 2023
1 parent 5cb092d commit 74f3ba2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export default function ({ getService }: FtrProviderContext) {
const esClient = getService('es');
const esDeleteAllIndices = getService('esDeleteAllIndices');

// Issue: https://github.com/elastic/kibana/issues/165145
describe.skip('Alerting rules', () => {
describe('Alerting rules', () => {
const RULE_TYPE_ID = '.es-query';
const ALERT_ACTION_INDEX = 'alert-action-es-query';
let actionId: string;
Expand Down

0 comments on commit 74f3ba2

Please sign in to comment.