Skip to content

Commit d7942db

Browse files
Skip AccountTemplate, ref #1502
1 parent ff72d6e commit d7942db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/account-template-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const AccountTemplate = require('../../lib/models/account-template')
1414
const templatePath = path.join(__dirname, '../../default-templates/new-account')
1515
const accountPath = path.join(__dirname, '../resources/new-account')
1616

17-
describe('AccountTemplate', () => {
17+
// FIXME #1502
18+
describe.skip('AccountTemplate', () => {
1819
beforeEach(() => {
1920
fs.removeSync(accountPath)
2021
})

0 commit comments

Comments
 (0)