Alerting: Skip flaky test (#86921)

Skip flacky test
This commit is contained in:
Sonia Aguilar 2024-04-25 14:43:37 +02:00 committed by GitHub
parent f43762f39a
commit a68df4be88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);