- 
    
Task
 - 
    Resolution: Unresolved
 - 
    
P2: Important
 - 
    None
 - 
    dev
 - 
    None
 
Rationale:
Create a dashboard that finds tests that haveĀ been newly added and are flaky from the beginning.
Detect flaky tests that have been newly added, so their original commit can quickly be reverted in order to prevent flakiness from increasing.
Selection criteria:
- oldest possible date of first run
 - max. days to define non-flakiness
 - submodule
 
Search criteria:
Find test functions that
- have been run for the first time after the selected date
 - are flaky at present
 - have been non flaky for the selected number of days