From 7721b34e9af257cdbc9227300a82ec2fffd8d488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kluczek?= Date: Thu, 22 Feb 2024 02:25:26 +0100 Subject: [PATCH] Disable E2E tests. ref CAQD-331 --- .github/workflows/ci-run.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-run.yml b/.github/workflows/ci-run.yml index 2ebbebd6ab..636a3c39dd 100644 --- a/.github/workflows/ci-run.yml +++ b/.github/workflows/ci-run.yml @@ -94,7 +94,9 @@ jobs: bash ${CI_PROJECT_DIR}/ci/argocd/wait_for_app.sh export OCTANT_BASE_URL; OCTANT_BASE_URL=https://$(bash ${CI_PROJECT_DIR}/ci/argocd/get_web_client_url.sh) - yarn synpress:run + # E2E tests are disabled until we figure out why they take hours to complete + # https://linear.app/golemfoundation/issue/CAQD-331/figure-out-why-synpress-jobs-are-taking-so-long + # yarn synpress:run shell: bash - uses: actions/upload-artifact@v4.0.0 if: failure()