Skip to content

Commit

Permalink
test: update comment with opened WebKit bug url
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 2, 2023
1 parent 9cda901 commit f3b05ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap/cookbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import jwsVectors from '../cookbook/jws.mjs'
// @ts-ignore
import jweVectors from '../cookbook/jwe.mjs'

// TODO: raise in issue in WebKit
// https://bugs.webkit.org/show_bug.cgi?id=262499
// https://github.com/web-platform-tests/wpt/pull/42292
if (env.isWebKit) {
// @ts-ignore
const ed25519 = jwsVectors.find((vector) => vector.title.includes('Ed25519'))
Expand Down

0 comments on commit f3b05ef

Please sign in to comment.