From d502b5458b65d7b6f146e061e9f7ae7378c2346e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:36:12 +0200 Subject: [PATCH] [v11.2.x] Explore Metrics: Skip DataTrailsHistory tests (#93099) Explore Metrics: Skip DataTrailsHistory tests (#93096) * Fix tests * Skip tests * revert the change (cherry picked from commit 5ecc927f084e63091eec9dde72c4d0e6a3fdca06) Co-authored-by: ismail simsek --- public/app/features/trails/DataTrailsHistory.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/app/features/trails/DataTrailsHistory.test.tsx b/public/app/features/trails/DataTrailsHistory.test.tsx index 85ed9128279..13e65c6adce 100644 --- a/public/app/features/trails/DataTrailsHistory.test.tsx +++ b/public/app/features/trails/DataTrailsHistory.test.tsx @@ -16,7 +16,9 @@ type ParseFilterTestCase = { }; describe('DataTrailsHistory', () => { - describe('parseTimeTooltip', () => { + // Due to daylight saving changes the expected time differs depends on when we run the tests. + // Until we find a better way to test, those will be skipped. + describe.skip('parseTimeTooltip', () => { // global timezone is set to Pacific/Easter, see jest-config.js file test.each([ {