-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
When running the test suite locally with the latest master, the following tests occasionally fail.
● install should respect --no-bin-links flag
Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
at ontimeout (timers.js:380:14)
at tryOnTimeout (timers.js:244:5)
at Timer.listOnTimeout (timers.js:214:5)
● should not loose dependencies when installing with --production
Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
at ontimeout (timers.js:380:14)
at tryOnTimeout (timers.js:244:5)
at Timer.listOnTimeout (timers.js:214:5)
I believe the second test should be "lose dependencies" as well.
Metadata
Metadata
Assignees
Labels
No labels