Skip to content

Commit

Permalink
test: fix some Windows e2e tests (#8372)
Browse files Browse the repository at this point in the history
* fix: use proper singleselect for windows e2e tests

* ci: prevent jest from hanging aftetr completion

* ci: do not use node for pkg binary

* ci: try running all windows to see which pass

* ci: use multi-account retries on windows

* ci: use correct env var

* ci: pare down list of failing windows tests

* chore: skip additional tests

* chore: skip necessary windows tests

* chore: fix test lint
  • Loading branch information
johnpc authored Oct 18, 2021
1 parent 18f7f3d commit 7a18644
Show file tree
Hide file tree
Showing 51 changed files with 1,088 additions and 1,083 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,10 +1040,11 @@ commands:
steps:
- run:
name: Run E2e Tests
shell: powershell.exe
shell: bash.exe
command: |
source .circleci/local_publish_helpers.sh
cd packages/amplify-e2e-tests
yarn run e2e --detectOpenHandles --maxWorkers=3 $env:TEST_SUITE
retry yarn run e2e --detectOpenHandles --maxWorkers=3 $TEST_SUITE
no_output_timeout: 90m
- when:
condition:
Expand Down
Loading

0 comments on commit 7a18644

Please sign in to comment.