0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

👷 skip PSM unit tests until converted to integration tests

This commit is contained in:
Kevin Ansfield 2017-03-14 09:56:36 +00:00
parent ed843718b2
commit 1b4db78eae

View file

@ -11,7 +11,8 @@ function K() {
return this; return this;
} }
describe('Unit: Component: post-settings-menu', function () { // TODO: convert to integration tests
describe.skip('Unit: Component: post-settings-menu', function () {
setupComponentTest('gh-post-settings-menu', { setupComponentTest('gh-post-settings-menu', {
needs: ['service:notifications', 'service:slug-generator', 'service:timeZone'] needs: ['service:notifications', 'service:slug-generator', 'service:timeZone']
}); });