Skip to content

Commit

Permalink
skip failing test suite (#167619)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 29, 2023
1 parent 706f6fa commit 6431d7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function ({ getService }: FtrProviderContext) {
const dataViewApi = getService('dataViewApi');

// Issue: https://github.com/elastic/kibana/issues/165138
// Failing: See https://github.com/elastic/kibana/issues/167619
describe.skip('Custom Threshold rule - DOCUMENTS_COUNT - FIRED', () => {
const CUSTOM_THRESHOLD_RULE_ALERT_INDEX = '.alerts-observability.threshold.alerts-default';
const ALERT_ACTION_INDEX = 'alert-action-threshold';
Expand Down

0 comments on commit 6431d7c

Please sign in to comment.