We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ec0e1 commit 6a86971Copy full SHA for 6a86971
scripts/ci/connect-test-matrix-generator.js
@@ -12,13 +12,13 @@ const groups = {
12
api: {
13
name: 'api',
14
pattern:
15
- 'init authorizeCoinjoin cancelCoinjoinAuthorization passphrase unlockPath setBusy checkFirmwareAuthenticity keepSession cancel.test info.test',
+ 'authorizeCoinjoin cancelCoinjoinAuthorization passphrase unlockPath setBusy checkFirmwareAuthenticity keepSession cancel.test info.test',
16
includeFilter: '',
17
},
18
// temporarily created group for flaky test - to spend less time on reruns and to make test result in CI more readable without investigating long logs
19
apiFlaky: {
20
name: 'api-flaky',
21
- pattern: 'override',
+ pattern: 'override init',
22
23
management: {
24
name: 'management',
0 commit comments