Opened 9 years ago
Closed 9 years ago
#41698 closed defect (bug) (fixed)
Tests in the ms-files group are never run
| Reported by: | johnbillion | Owned by: | jeremyfelt |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
Description
Tests in the ms-files group are not run by default, but there is also no configuration under which Travis CI (grunt travis:phpunit) or a local test run (grunt test) will run these tests.
Not running ms-files tests. To execute these, use --group ms-files.
A sub-task should be added to the phpunit task in Gruntfile.js to run these tests in the same way that the other excluded test groups such as ajax and external-http are run.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core-multisite by jeremyfelt. View the logs.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Previously:
cc @jeremyfelt As both above tickets were yours do you have any concerns on adding the
ms-filesgroup of tests into its own multisite test group for Travis CI?Testing 41698.diff in my local fork:
Here's the first job passing with flying colours: