mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Scenes: Fix flaky scenes time range test (#59900)
* Scenes: Fix flaky scenes time range test * Update public/app/features/scenes/core/SceneTimeRange.test.tsx
This commit is contained in:
parent
db1e19fe86
commit
7b58fb3a20
@ -13,7 +13,6 @@ describe('SceneTimeRange', () => {
|
||||
timeRange.onRefresh();
|
||||
const diff = timeRange.state.value.from.valueOf() - startTime;
|
||||
expect(diff).toBeGreaterThan(1);
|
||||
expect(diff).toBeLessThan(100);
|
||||
});
|
||||
|
||||
it('toUrlValues with relative range', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user