You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to use fragile list in JSON format from 'suite.ini'
files. For now it is possible to set fragile tests in both formats:
1) list of results files checksums in current text format:
fragile = <basename of the test> ; gh-<issue> md5sum:<checksum>
2) list of results files checksums in newly used JSON format:
fragile = {
"retries": 10,
"tests": {
"bitset.test.lua": {
"issues": [ "gh-4095" ],
"checksums": [ "050af3a99561a724013995668a4bc71c", "f34be60193cfe9221d3fe50df657e9d3" ]
}
}}
0 commit comments