Skip to content

Commit cbf61e4

Browse files
kjetilkrubensworks
authored andcommitted
Comment out test that is unclear (review with @RubenVerborgh)
1 parent 99d4d1c commit cbf61e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/integration/acl-oidc-test.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ describe('ACL with WebID+OIDC over HTTP', function () {
117117
done()
118118
})
119119
})
120-
it('should not have the `User` set in the Response Header', function (done) {
121-
var options = createOptions('/no-acl/', 'user1')
122-
request(options, function (error, response, body) {
123-
assert.equal(error, null)
124-
assert.notProperty(response.headers, 'user')
125-
done()
126-
})
127-
})
120+
// it('should not have the `User` set in the Response Header', function (done) {
121+
// var options = createOptions('/no-acl/', 'user1')
122+
// request(options, function (error, response, body) {
123+
// assert.equal(error, null)
124+
// assert.notProperty(response.headers, 'user')
125+
// done()
126+
// })
127+
// })
128128
})
129129

130130
describe('empty .acl', function () {

0 commit comments

Comments
 (0)