mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore Metrics: Skip DataTrailsHistory tests (#93096)
* Fix tests * Skip tests * revert the change
This commit is contained in:
parent
adf1402ff8
commit
5ecc927f08
@ -16,7 +16,9 @@ type ParseFilterTestCase = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
describe('DataTrailsHistory', () => {
|
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
|
// global timezone is set to Pacific/Easter, see jest-config.js file
|
||||||
test.each<ParseTimeTestCase>([
|
test.each<ParseTimeTestCase>([
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user