skip flaky suite (#155534)

This commit is contained in:
Jonathan Budzenski 2023-04-21 11:48:50 -05:00
parent bc3471cf26
commit 51d5387b8b

View file

@ -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 = '*';