From 402649bae07741306606fe7a9ac9431e5f1bceb9 Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Mon, 3 Apr 2023 17:30:54 +0200 Subject: [PATCH] Alerting: skip flakey test (#65858) this one was unskipped but seems to still be flakey --- .../unified/components/rule-editor/AnnotationsField.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.test.tsx b/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.test.tsx index f729227ec15..cc5040ed5c9 100644 --- a/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.test.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/AnnotationsField.test.tsx @@ -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({