mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: skip flaky test RuleEditor recording rules.can create a new cloud recording rule
(#60044)
This commit is contained in:
parent
f37997aec0
commit
a83268db7b
@ -61,7 +61,7 @@ describe('RuleEditor recording rules', () => {
|
||||
});
|
||||
|
||||
disableRBAC();
|
||||
it('can create a new cloud recording rule', async () => {
|
||||
it.skip('can create a new cloud recording rule', async () => {
|
||||
const dataSources = {
|
||||
default: mockDataSource(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user