mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
Alerting: skip flakey test (#65858)
this one was unskipped but seems to still be flakey
This commit is contained in:
parent
8b738d770c
commit
402649bae0
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user