mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
Build: Disable flaky RuleEditor frontend test (#58844)
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user