Skip to content

Commit ff72d6e

Browse files
Skip account manager tests, ref #1502
1 parent 26b5678 commit ff72d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/account-manager-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ afterEach(() => {
2525
fs.removeSync(path.join(__dirname, '../resources/accounts/alice.example.com'))
2626
})
2727

28-
describe('AccountManager', () => {
28+
// FIXME #1502
29+
describe.skip('AccountManager', () => {
2930
describe('accountExists()', () => {
3031
const host = SolidHost.from({ serverUri: 'https://localhost' })
3132

0 commit comments

Comments
 (0)