Skip to content

Commit

Permalink
test: removing cj backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcj committed Apr 22, 2024
1 parent 7918c1f commit f0d1ca8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-suite-desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
bash packages/suite-desktop-core/scripts/gnupg-sign.sh
mv packages/suite-desktop/build-electron/* .
- name: Clean up node_modules after suite build
run: rm -rf node_modules

- name: Pull and run Docker containers
run: |
docker-compose pull
Expand Down
10 changes: 5 additions & 5 deletions docker/docker-compose.suite-desktop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
- ../:/trezor-suite
network_mode: service:trezor-user-env-unix

coinjoin-backend:
image: ghcr.io/trezor/coinjoin-backend:latest
network_mode: service:trezor-user-env-unix
volumes:
- ../:/coinjoin-backend
# coinjoin-backend:
# image: ghcr.io/trezor/coinjoin-backend:latest
# network_mode: service:trezor-user-env-unix
# volumes:
# - ../:/coinjoin-backend
2 changes: 1 addition & 1 deletion packages/suite-desktop-core/e2e/tests/coinjoin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const passThroughInitialRun = async (window: Page) => {
await window.waitForSelector('[data-test="@dashboard/graph"]');
};

testPlaywright.describe('Coinjoin', () => {
testPlaywright.describe.skip('Coinjoin', () => {
testPlaywright.beforeAll(async () => {
testPlaywright.setTimeout(timeout * 10);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let firmwareHash = '';
// - where you would normally do `cy.task('startBridge') run `cy.task('startMockedBridge, har)` instead where har is the output of process-har.ts script
// - profit

describe('fw update from empty device bootloader 2.0.3 to firmware 2.5.1', () => {
describe.skip('fw update from empty device bootloader 2.0.3 to firmware 2.5.1', () => {
beforeEach(() => {
cy.task('startMockedBridge', har);

Expand Down

0 comments on commit f0d1ca8

Please sign in to comment.