Test failing after clean/build #1767

Closed
makyo opened this Issue Jun 16, 2016 · 3 comments

Comments

Projects
None yet
3 participants
Member

makyo commented Jun 16, 2016

$ make clean-all fast-babel test-js-old
...
SUMMARY:
✔ 1402 tests completed
ℹ 27 tests skipped
✖ 1 test failed

FAILED TESTS:
  application hotkeys
    ✖ "before all" hook
      PhantomJS 2.1.1 (Linux 0.0.0)
    timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
$ make test-js-old
...
SUMMARY:
✔ 1405 tests completed
ℹ 27 tests skipped

@makyo makyo added the bug label Jun 16, 2016

Member

huwshimi commented Jun 21, 2016

@makyo I just ran make clean-all fast-babel test-js-old with the latest develop and didn't get any failures. Are you still able to reproduce this?

Owner

hatched commented Jun 21, 2016

This appears to have something to do with the removal of the nested YUI deps caused by the npm3 update that we remove as to avoid bloating the dist. I'm not entirely sure how we can get around this.

@hatched hatched removed the needs-feedback label Jun 21, 2016

Owner

hatched commented Sep 26, 2016

It's been a while for this one and there haven't been any more reports, please re-open if you're still seeing this.

@hatched hatched closed this Sep 26, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment