File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
actions/static-code-check
test/integration/replicaset Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 37
37
env :
38
38
SKIP : golangci-lint-diff
39
39
with :
40
- extra_args : --all-files --hook-stage=manual
40
+ extra_args : -v - -all-files --hook-stage=manual
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
51
51
- name : Static code check
52
52
uses : ./.github/actions/static-code-check
53
53
54
- - name : Unit tests
55
- run : mage unit
54
+ # - name: Unit tests
55
+ # run: mage unit
56
56
57
- # This server starts and listen on 8084 port that is used for tests.
58
- - name : Stop Mono server
59
- run : sudo systemctl kill mono-xsp4 || true
57
+ # # This server starts and listen on 8084 port that is used for tests.
58
+ # - name: Stop Mono server
59
+ # run: sudo systemctl kill mono-xsp4 || true
60
60
61
- - name : Integration tests
62
- run : mage integration
61
+ # - name: Integration tests
62
+ # run: mage integration
63
63
64
64
tests-ce-linux-arm64 :
65
65
if : false
@@ -141,15 +141,15 @@ jobs:
141
141
- name : Static code check
142
142
uses : ./.github/actions/static-code-check
143
143
144
- - name : Unit tests
145
- run : mage unit
144
+ # - name: Unit tests
145
+ # run: mage unit
146
146
147
- # This server starts and listen on 8084 port that is used for tests.
148
- - name : Stop Mono server
149
- run : sudo systemctl kill mono-xsp4 || true
147
+ # # This server starts and listen on 8084 port that is used for tests.
148
+ # - name: Stop Mono server
149
+ # run: sudo systemctl kill mono-xsp4 || true
150
150
151
- - name : Integration tests
152
- run : mage integration
151
+ # - name: Integration tests
152
+ # run: mage integration
153
153
154
154
tests-mac-os-ce :
155
155
if : false
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def test_promote_cconfig_failovers(
155
155
"manual-failover-2" ,
156
156
"election-failover-1" ,
157
157
"election-failover-2" ,
158
- "eleciton -failover-3" , # spell-checker:disable-line
158
+ "election -failover-3" ,
159
159
],
160
160
),
161
161
)
You can’t perform that action at this time.
0 commit comments