mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#167619)
This commit is contained in:
parent
706f6fa7a0
commit
6431d7c61e
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue