Alerting: skip flakey test (#65858)

this one was unskipped but seems to still be flakey
This commit is contained in:
Gilles De Mey 2023-04-03 17:30:54 +02:00 committed by GitHub
parent 8b738d770c
commit 402649bae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ describe('AnnotationsField', function () {
// this test _should_ work in theory but something is stopping the 'onClick' function on the dashboard item
// to trigger "handleDashboardChange" skipping it for now but has been manually tested.
it('should update existing dashboard and panel identifies', async function () {
it.skip('should update existing dashboard and panel identifies', async function () {
mockSearchApiResponse(server, [
mockDashboardSearchItem({ title: 'My dashboard', uid: 'dash-test-uid', type: DashboardSearchItemType.DashDB }),
mockDashboardSearchItem({