sfirke commented on PR #30506:
URL: https://github.com/apache/superset/pull/30506#issuecomment-2691090713

   This one at least looks like a real failing test:
   ```
    FAIL packages/superset-ui-core/test/time-comparison/getTimeOffset.test.ts 
(16.271 s)
     ● should handle custom range with previous calendar quarter
   
       expect(received).toEqual(expected) // deep equality
   
       - Expected  - 1
       + Received  + 1
   
         Array [
       -   "5 days ago",
       +   "86 days after",
         ]
   
         48 |     includeFutureOffsets,
         49 |   });
       > 50 |   expect(result).toEqual(expected_result);
            |                  ^
         51 |   timezoneMock.unregister();
         52 | };
         53 |
   
         at toEqual 
(packages/superset-ui-core/test/time-comparison/getTimeOffset.test.ts:50:18)
         at Object.runTimezoneTest 
(packages/superset-ui-core/test/time-comparison/getTimeOffset.test.ts:537:3)
   
   ```
   
   From 
https://github.com/apache/superset/actions/runs/13585311794/job/38000863290?pr=30506#step:4:22.
 Can you investigate?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to