From 5ecc927f084e63091eec9dde72c4d0e6a3fdca06 Mon Sep 17 00:00:00 2001 From: ismail simsek Date: Mon, 9 Sep 2024 13:10:36 +0200 Subject: [PATCH] Explore Metrics: Skip DataTrailsHistory tests (#93096) * Fix tests * Skip tests * revert the change --- 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([ {