In order to analyze time-dependent flacky tests, it would be great to have a way to see all failure history with datetimes.
In this way it would be possible to download and analyze at what time they fail most often and especially whether this test is flacky through a long period or it just started to fail this time.
As an example, I pushed some critical changes and run into a test which failed after my changes. There is no link to previous failures. Insights do not provide any information. Without history I don't know it's me or it is some random stuff.
After digging through the code, turned out the bug reproduces with a very small time frame and it's probability is tiny. Would I have the history for this bug, most likely I would found out, that rarely, time to time it failed before. But right now, I can only guess.