Skip to content

Commit 7ac6488

Browse files
committed
skip failing test suite (elastic#218881)
1 parent 0a4268c commit 7ac6488

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/api_integration/deployment_agnostic/apis/observability/alerting/custom_threshold/custom_eq_avg_bytes_fired.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
3636
const isServerless = config.get('serverless');
3737
const expectedConsumer = isServerless ? 'observability' : 'logs';
3838

39-
describe('CUSTOM_EQ - AVG - BYTES - FIRED', () => {
39+
// Failing: See https://github.com/elastic/kibana/issues/218881
40+
describe.skip('CUSTOM_EQ - AVG - BYTES - FIRED', () => {
4041
const CUSTOM_THRESHOLD_RULE_ALERT_INDEX = '.alerts-observability.threshold.alerts-default';
4142
const DATA_VIEW = 'kbn-data-forge-fake_hosts.fake_hosts-*';
4243
const ALERT_ACTION_INDEX = 'alert-action-threshold';

0 commit comments

Comments
 (0)