Skip to content

Commit

Permalink
fix: ignore problematic test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Jun 7, 2024
1 parent 139038b commit eca16bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .scripts/wpt-harness.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ const filter = (name) => {
// somehow crahshes the-constantsourcenode-interface/constant-source-basic.html test
// npm run wpt:only -- --filter the-channelmergernode-interface/active-processing.https.html the-constantsourcenode-interface/constant-source-basic.html
|| name.includes('the-channelmergernode-interface/active-processing.https.html')
// timeout, but when test is fixed, trigger a segfault
// should be fixed with https://nodejs.org/api/worker_threads.html#workermarkasuntransferableobject
|| name.includes('the-audioworklet-interface/audioworkletprocessor-process-frozen-array.https.html')
) {
return false;
}
Expand Down

0 comments on commit eca16bd

Please sign in to comment.