1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 319cf2aa31
commit a2c389e18d

View file

@ -11,7 +11,8 @@ function K() {
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', {
needs: ['service:notifications', 'service:slug-generator', 'service:timeZone']
});