Modify run conditions for nightly e2e job to create test cycle and post in channel. (#2971)
This commit is contained in:
14
e2e/utils/known_flaky_tests.json
Normal file
14
e2e/utils/known_flaky_tests.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"darwin": [
|
||||
"popup MM-T2827_1 should be able to select all in popup windows"
|
||||
],
|
||||
"linux": [
|
||||
"menu/view MM-T820 should open Developer Tools For Application Wrapper for main window",
|
||||
"Menu/window_menu MM-T824 should be minimized when keyboard shortcuts are pressed",
|
||||
"Menu/window_menu MM-T825 should be hidden when keyboard shortcuts are pressed",
|
||||
"header MM-T2637 Double-Clicking on the header should minimize/maximize the app MM-T2637_1 should maximize on double-clicking the header"
|
||||
],
|
||||
"win32": [
|
||||
"application MM-T1304/MM-T1306 should open the app on the requested deep link"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user