-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Unit Tests Failing in Minified Build #8597
Comments
@redmunds Debug > Run Tests is supposed to be disabled in minified builds (see |
This is not built with complete process on a build machine. I built it locally with steps provided. That's why I asked if the recipe was valid. Most all tests pass, so it seems valid. This may be a known issue due to differences in packaging, but I wanted to be sure this does indicate a lurking problem. |
Got it, that makes sense. |
This does not appear to be a valid way to run tests. If you open the developer tools, you see this on the console:
Also, when I run the extension installation tests on master (in isolation) they pass. Do you only see errors in extension installation tests when you run all tests, or when you run the isolated tests as well? |
I see the same results for Extension Installation tests when I run All Unit tests or just the Extension Installation tests. They pass in normal dev environment, but fail in local minified build (as described above). |
@redmunds Then I think we can close this, right? Or do we want to lower the priority of this and change the issue to "Make the test suite work in minified builds"? |
Changed to Medium Priority. We should investigate to get an understanding of why they're failing. |
While researching PR #7231 I noticed some unit tests failing in a minified build, and they're also failing in master. Most notably are all Extension Installation tests. There are some others, and some intermittent ones, so all tests should be checked.
Recipe
grunt build
in brackets repoShift
key when starting Bracketsindex.html
, usesrc/dist/index.html
@jasonsanjose Is this a valid recipe?
The text was updated successfully, but these errors were encountered: