Build: Disable flaky RuleEditor frontend test (#58844)

This commit is contained in:
Ivan Ortega Alba
2022-11-16 16:41:32 +01:00
committed by GitHub
parent 1953d473c0
commit f4d238cdbd
@@ -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;