diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 5478460877c..9a4e33ac1a8 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -66,7 +66,7 @@ jobs: PERCY_PARALLEL_NONCE: ${{ needs.pre-test.outputs.nonce }} run: | yarn exam:parallel --split=${{ matrix.split }} --partition=${{ matrix.partition }} --json-report=test-results/test-results.json - continue-on-error: true + # continue-on-error: true - name: Express timeout failure if: ${{ failure() }} run: exit 1