Skip to content

Commit 26b5678

Browse files
Skip all of test/integration/account-creation-oidc-test.js
1 parent 301bdd6 commit 26b5678

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/account-creation-oidc-test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ describe.skip('AccountManager (OIDC account creation tests)', function () {
223223
})
224224
})
225225

226-
describe('Single User signup page', () => {
226+
// FIXME: #1502
227+
describe.skip('Single User signup page', () => {
227228
const serverUri = 'https://localhost:7457'
228229
const port = 7457
229230
let ldpHttpsServer
@@ -260,7 +261,8 @@ describe('Single User signup page', () => {
260261
})
261262
})
262263

263-
describe('Signup page where Terms & Conditions are not being enforced', () => {
264+
// FIXME: #1502
265+
describe.skip('Signup page where Terms & Conditions are not being enforced', () => {
264266
const port = 3457
265267
const host = `localhost:${port}`
266268
const root = path.join(__dirname, '../resources/accounts/')

0 commit comments

Comments
 (0)