mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#155534)
This commit is contained in:
parent
bc3471cf26
commit
51d5387b8b
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ const setEvaluationResults = (response: Array<Record<string, Evaluation>>) => {
|
|||
jest.requireMock('./lib/evaluate_rule').evaluateRule.mockImplementation(() => response);
|
||||
};
|
||||
|
||||
describe('The metric threshold alert type', () => {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/155534
|
||||
describe.skip('The metric threshold alert type', () => {
|
||||
describe('querying the entire infrastructure', () => {
|
||||
afterAll(() => clearInstances());
|
||||
const instanceID = '*';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue