We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff72d6e commit d7942dbCopy full SHA for d7942db
test/integration/account-template-test.js
@@ -14,7 +14,8 @@ const AccountTemplate = require('../../lib/models/account-template')
14
const templatePath = path.join(__dirname, '../../default-templates/new-account')
15
const accountPath = path.join(__dirname, '../resources/new-account')
16
17
-describe('AccountTemplate', () => {
+// FIXME #1502
18
+describe.skip('AccountTemplate', () => {
19
beforeEach(() => {
20
fs.removeSync(accountPath)
21
})
0 commit comments