diff --git a/public/app/features/alerting/unified/RuleEditor.test.tsx b/public/app/features/alerting/unified/RuleEditor.test.tsx index 9854c4b403e..f57a299869a 100644 --- a/public/app/features/alerting/unified/RuleEditor.test.tsx +++ b/public/app/features/alerting/unified/RuleEditor.test.tsx @@ -102,7 +102,9 @@ const ui = { const getLabelInput = (selector: HTMLElement) => within(selector).getByRole('combobox'); -describe('RuleEditor', () => { +// Until flakiness is fixed +// https://github.com/grafana/grafana/issues/58747 +describe.skip('RuleEditor', () => { beforeEach(() => { jest.clearAllMocks(); contextSrv.isEditor = true;