What/Why:
When running javascript-all-test.js, the particular test 'javascript - debug' keep causing timeouts. This was recently spotted during the service-utils migration, however has been known to occur before. We tried to move around the after() block and also using global hooks to no avail. Because this debugging was blocking for too long than it was worth, we disabled it with hopes to address later during a Fix-it week.
How:
- Find out why this is flakey OR find out how to prevent the after() block doesn't get stuck (see parent task)
- Re-enable test OR refactor it