-
Nick Gerleman authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39399 Even after making these never report command failures, and allowing no output for thirty minutes, there are still failures here (though less) which cause lands to be aborted, especially for stacks with multiple diffs (it has prevented a recent stack of mine from landing after multiple attempts). ``` yarn run v1.22.19 $ node ./../../scripts/e2e/run-e2e-tests.js android `isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration` at isModuleDeclaration (/home/circleci/project/node_modules/babel/types/lib/validators/generated/index.js:3940:35) at NodePath.<computed> [as isModuleDeclaration] (/home/circleci/project/node_modules/babel/traverse/lib/path/index.js:181:12) /bin/bash: line 2: 14063 Hangup yarn test-e2e android 2>&1 14064 Done | tee /tmp/test_log Too long with no output (exceeded 30m0s): context deadline exceeded ``` We are not able to detect regressions from tests while they are configured to suppress all failures, and they are still causing issues (though less), so this disables them at the job level until improvements can be made. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D49175533 fbshipit-source-id: f8b99725a57500b027874f3ef51d74c869502a22
247717b0