mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
skip failing test suite (#167629)
This commit is contained in:
parent
7393bfefba
commit
a32693db40
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
|
|
||||||
// Blocked API: index_not_found_exception: no such index [.alerts-observability.threshold.alerts-default]
|
// Blocked API: index_not_found_exception: no such index [.alerts-observability.threshold.alerts-default]
|
||||||
// Issue: https://github.com/elastic/kibana/issues/165138
|
// Issue: https://github.com/elastic/kibana/issues/165138
|
||||||
|
// Failing: See https://github.com/elastic/kibana/issues/167629
|
||||||
describe.skip('Custom Threshold rule - AVG - PCT - NoData', () => {
|
describe.skip('Custom Threshold rule - AVG - PCT - NoData', () => {
|
||||||
const CUSTOM_THRESHOLD_RULE_ALERT_INDEX = '.alerts-observability.threshold.alerts-default';
|
const CUSTOM_THRESHOLD_RULE_ALERT_INDEX = '.alerts-observability.threshold.alerts-default';
|
||||||
const ALERT_ACTION_INDEX = 'alert-action-threshold';
|
const ALERT_ACTION_INDEX = 'alert-action-threshold';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue