Skip to content

Commit 1f5f04a

Browse files
committed
test
1 parent 89506dd commit 1f5f04a

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/actions/static-code-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ runs:
3737
env:
3838
SKIP: golangci-lint-diff
3939
with:
40-
extra_args: --all-files --hook-stage=manual
40+
extra_args: -v --all-files --hook-stage=manual

.github/workflows/tests.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
- name: Static code check
5252
uses: ./.github/actions/static-code-check
5353

54-
- name: Unit tests
55-
run: mage unit
54+
# - name: Unit tests
55+
# run: mage unit
5656

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
6060

61-
- name: Integration tests
62-
run: mage integration
61+
# - name: Integration tests
62+
# run: mage integration
6363

6464
tests-ce-linux-arm64:
6565
if: false
@@ -141,15 +141,15 @@ jobs:
141141
- name: Static code check
142142
uses: ./.github/actions/static-code-check
143143

144-
- name: Unit tests
145-
run: mage unit
144+
# - name: Unit tests
145+
# run: mage unit
146146

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
150150

151-
- name: Integration tests
152-
run: mage integration
151+
# - name: Integration tests
152+
# run: mage integration
153153

154154
tests-mac-os-ce:
155155
if: false

test/integration/replicaset/test_replicaset_promote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_promote_cconfig_failovers(
155155
"manual-failover-2",
156156
"election-failover-1",
157157
"election-failover-2",
158-
"eleciton-failover-3", # spell-checker:disable-line
158+
"election-failover-3",
159159
],
160160
),
161161
)

0 commit comments

Comments
 (0)