Alerting: Skip flaky test (#86921)

Skip flacky test
This commit is contained in:
Sonia Aguilar
2024-04-25 13:43:37 +01:00
committed by GitHub
parent f43762f39a
commit a68df4be88
@@ -286,7 +286,7 @@ describe('PanelAlertTabContent', () => {
});
});
it('Will render alerts belonging to panel and a button to create alert from panel queries', async () => {
it.skip('Will render alerts belonging to panel and a button to create alert from panel queries', async () => {
mocks.api.fetchRules.mockResolvedValue(rules);
mocks.api.fetchRulerRules.mockResolvedValue(rulerRules);