Description
We have a handful of tests that have been disabled on Circle CI over the years. It's time to get these back up and running so we can merge PRs and cut new releases with confidence.
This is an umbrella task intended to track all the work necessary to re-enable these tests. This issue is being kept up to date so new items will be added and completed ones will be (re)moved. Some of the items will spawn separate issues to track work. If you don't see a name assigned to any of the below items and you would like to help out, please volunteer in the comments and reach out to me to get started!
What needs to be re-enabled?
These tests are configured as aliases in the Circle CI config. I'm happy to help with the Circle CI side of things, but for now you can focus on making sure the command/script (e.g. ./scripts/run-ci-e2e-tests.js --ios
) succeeds locally.
Circle CI Job | Test Name | Test Script | Fix? |
---|---|---|---|
test_android | Android e2e | node ./scripts/run-ci-e2e-tests.js --android | |
test_ios | iOS e2e | node ./scripts/run-ci-e2e-tests.js --ios | |
test_js | JS e2e | node ./scripts/run-ci-e2e-tests.js --js | #28392 |
test_ios | Podspecs | ./scripts/process-podspecs.sh |
Activity