Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop running test-packages twice in PhantomJS.
During the Meteor 1.6.1 beta period, we introduced logic to render a <script> tag to load the SockJS library in older browsers (meteor#9353), and so it seemed important to run test-packages both with and without the <script> tag, using a special query parameter appended to the app URL. The meteor#9353 changes were ultimately reverted before Meteor 1.6.1 was released (see 3658042), and Meteor 1.6.2 will take a very different approach to bundling dependencies like SockJS for legacy browsers (meteor#9439). As part of this approach, PhantomJS is always considered a legacy browser, and as such provides valuable feedback on the behavior of web.browser.legacy bundles. However, since there's nothing to configure with regard to SockJS anymore, there's no point in running the test-packages suite twice in PhantomJS. In order to run these tests in a modern browser environment, we should probably revisit the idea of running tests in headless Chrome: meteor/meteor-feature-requests#254
- Loading branch information