Skip to content

Commit

Permalink
Disable E2E tests. ref CAQD-331
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-code committed Feb 22, 2024
1 parent c293ee8 commit 7721b34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: failure()
Expand Down

0 comments on commit 7721b34

Please sign in to comment.