mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Alerting: re-enable recording rule editor test (#60639)
This commit is contained in:
@@ -38,6 +38,8 @@ jest.mock('app/features/query/components/QueryEditorRow', () => ({
|
||||
|
||||
jest.spyOn(config, 'getAllDataSources');
|
||||
|
||||
jest.setTimeout(60 * 1000);
|
||||
|
||||
const mocks = {
|
||||
getAllDataSources: jest.mocked(config.getAllDataSources),
|
||||
searchFolders: jest.mocked(searchFolders),
|
||||
@@ -61,7 +63,7 @@ describe('RuleEditor recording rules', () => {
|
||||
});
|
||||
|
||||
disableRBAC();
|
||||
it.skip('can create a new cloud recording rule', async () => {
|
||||
it('can create a new cloud recording rule', async () => {
|
||||
const dataSources = {
|
||||
default: mockDataSource(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user