skip failing test suite (#218881)

This commit is contained in:
Kibana Machine 2025-04-23 03:11:29 +02:00
parent 0a4268c00b
commit 7ac6488a0e

View file

@ -36,7 +36,8 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
const isServerless = config.get('serverless');
const expectedConsumer = isServerless ? 'observability' : 'logs';
describe('CUSTOM_EQ - AVG - BYTES - FIRED', () => {
// Failing: See https://github.com/elastic/kibana/issues/218881
describe.skip('CUSTOM_EQ - AVG - BYTES - FIRED', () => {
const CUSTOM_THRESHOLD_RULE_ALERT_INDEX = '.alerts-observability.threshold.alerts-default';
const DATA_VIEW = 'kbn-data-forge-fake_hosts.fake_hosts-*';
const ALERT_ACTION_INDEX = 'alert-action-threshold';