Skip to content

Commit

Permalink
Add NOWASM to ttx_roundtrip, fixes #4661
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jun 11, 2024
1 parent e5cddc6 commit 5fd6a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fontbakery.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const EXCUSES = {

// Other checks
'com.google.fonts/check/metadata/family_directory_name': NOWASM('there are no directories in the WASM environment'),
'com.google.fonts/check/ttx_roundtrip': NOWASM('the WASM environment does not support calling other processes')
};
const fbWorker = new Worker('./fb-webworker.js');

Expand Down

0 comments on commit 5fd6a16

Please sign in to comment.