From 1ecf9faded15bb4fab00590d3bb7f1dabf58a2c9 Mon Sep 17 00:00:00 2001 From: Oscar Kilhed Date: Wed, 7 Feb 2024 23:51:39 +0100 Subject: [PATCH] Chore: Skip flaky dashboard settings test. (#82098) skip flaky dashboard test --- .../components/DashboardSettings/GeneralSettings.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.test.tsx b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.test.tsx index 89c168ed6f0..b3af73b81bd 100644 --- a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.test.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.test.tsx @@ -77,7 +77,7 @@ describe('General Settings', () => { }); describe('when timezone is changed', () => { - it('should call update function', async () => { + it.skip('should call update function', async () => { const { props } = setupTestContext({}); await userEvent.click(screen.getByTestId(selectors.components.TimeZonePicker.containerV2)); const timeZonePicker = screen.getByTestId(selectors.components.TimeZonePicker.containerV2);