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 26b5678 commit ff72d6eCopy full SHA for ff72d6e
test/integration/account-manager-test.js
@@ -25,7 +25,8 @@ afterEach(() => {
25
fs.removeSync(path.join(__dirname, '../resources/accounts/alice.example.com'))
26
})
27
28
-describe('AccountManager', () => {
+// FIXME #1502
29
+describe.skip('AccountManager', () => {
30
describe('accountExists()', () => {
31
const host = SolidHost.from({ serverUri: 'https://localhost' })
32
0 commit comments