Skip to content

Commit b9c4e64

Browse files
authored
feat: obsolete legacy tests | NPG-000 (#671)
freeze redundant tests
1 parent 5008c59 commit b9c4e64

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,16 @@ jobs:
268268
--exclude wallet-uniffi \
269269
--archive-file nextest-archive.tar.zst
270270
271-
- name: Run Catalyst Core tests
272-
env:
273-
TEST_DATABASE_URL: postgres://postgres:123456@localhost
274-
EVENT_DB_URL: postgres://catalyst-event-dev:CHANGE_ME@localhost/CatalystEventDev
271+
## - name: Run Catalyst Core tests
272+
## env:
273+
## TEST_DATABASE_URL: postgres://postgres:123456@localhost
274+
## EVENT_DB_URL: postgres://catalyst-event-dev:CHANGE_ME@localhost/CatalystEventDev
275275
## removing test ui_test because of bug https://github.com/rust-lang/cargo/issues/10352
276-
run: |
277-
cargo nextest run \
278-
-E "not (test(ui_test))" \
279-
--archive-file nextest-archive.tar.zst --extract-to ${{ github.workspace }} \
280-
--extract-overwrite --partition hash:${{ matrix.partition }}/10 --profile ci
276+
## run: |
277+
## cargo nextest run \
278+
## -E "not (test(ui_test))" \
279+
## --archive-file nextest-archive.tar.zst --extract-to ${{ github.workspace }} \
280+
## --extract-overwrite --partition hash:${{ matrix.partition }}/10 --profile ci
281281

282282
test-results:
283283
if: always()

0 commit comments

Comments
 (0)