Skip to content

Commit b183c7a

Browse files
author
jaxoncreed
committed
Clarified why tests are skipped
1 parent 86a4487 commit b183c7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/integration/acl-tls-test.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ var userCredentials = {
5353
}
5454
}
5555

56-
// TODO Remove skip. TLS is currently broken, but is not a priority to fix
56+
// TODO Remove skip. TLS is currently broken, but is not a priority to fix since
57+
// the current Solid spec does not require supporting webid-tls on the resource
58+
// server. The current spec only requires the resource server to support webid-oidc,
59+
// and it requires the IDP to support webid-tls as a log in method, so that users of
60+
// a webid-tls client certificate can still use their certificate (and not a
61+
// username/password pair or other login method) to "bridge" from webid-tls to
62+
// webid-oidc.
5763
describe.skip('ACL with WebID+TLS', function () {
5864
var ldpHttpsServer
5965
var serverConfig = {

0 commit comments

Comments
 (0)