We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ace825 commit 4fa0468Copy full SHA for 4fa0468
1 file changed
test/integration/account-creation-oidc-test.js
@@ -51,7 +51,8 @@ describe('AccountManager (OIDC account creation tests)', function () {
51
})
52
53
describe('accessing accounts', function () {
54
- it('should be able to access public file of an account', function (done) {
+ // FIXME: #1502
55
+ it.skip('should be able to access public file of an account', function (done) {
56
var subdomain = supertest('https://tim.' + host)
57
subdomain.get('/hello.html')
58
.expect(200, done)
0 commit comments