Skip to content

Commit 6a86971

Browse files
committed
ci(connect): move init test to the api-flaky group
1 parent b9ec0e1 commit 6a86971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/connect-test-matrix-generator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ const groups = {
1212
api: {
1313
name: 'api',
1414
pattern:
15-
'init authorizeCoinjoin cancelCoinjoinAuthorization passphrase unlockPath setBusy checkFirmwareAuthenticity keepSession cancel.test info.test',
15+
'authorizeCoinjoin cancelCoinjoinAuthorization passphrase unlockPath setBusy checkFirmwareAuthenticity keepSession cancel.test info.test',
1616
includeFilter: '',
1717
},
1818
// 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
1919
apiFlaky: {
2020
name: 'api-flaky',
21-
pattern: 'override',
21+
pattern: 'override init',
2222
},
2323
management: {
2424
name: 'management',

0 commit comments

Comments
 (0)