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:
parent
ed843718b2
commit
1b4db78eae
1 changed files with 2 additions and 1 deletions
|
@ -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']
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue