mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#218881)
This commit is contained in:
parent
0a4268c00b
commit
7ac6488a0e
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue