Skip to content

Commit

Permalink
test: mark Compressed Content tests as non-reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 11, 2023
1 parent 358e864 commit 110fac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbook/jwe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export default [
title: 'https://www.rfc-editor.org/rfc/rfc7520#section-5.9 - Compressed Content',
webapi: false,
electron: false,
reproducible: true,
reproducible: false, // https://github.com/nodejs/node/issues/50138
input: {
plaintext:
'You can trust us to stick with you through thick and thin–to the bitter end. And you can trust us to keep any secret of yours–closer than you keep it yourself. But you cannot trust us to let you face trouble alone, and go off without a word. We are your friends, Frodo.',
Expand Down
2 changes: 1 addition & 1 deletion tap/cookbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default (QUnit: QUnit, lib: typeof jose) => {
const reproducible = !!vector.reproducible

if (reproducible) {
// sign and compare results are the same
// encrypt and compare results are the same
for (const [serialization, expectedResult] of [
[flattened, vector.output.json_flat],
[compact, vector.output.compact],
Expand Down

0 comments on commit 110fac2

Please sign in to comment.