You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #17973, which we emitted the stderr when this test failed on CI.
We see that the resolved module order sometimes changes, which is totally fine because of the async nature of the operation.
https://circleci.com/gh/angular/angular-cli/167318#tests/containers/5
```
[DedupeModuleResolvePlugin]: /tmp/angular-cli-e2e-i03vMQ/test-project/node_modules/tslib-1 -> /tmp/angular-cli-e2e-i03vMQ/test-project/node_modules/tslib-1-copy
```
With this change we handle both cases which should eliminate the flakes
(cherry picked from commit bf599e4)
0 commit comments