Skip to content

Commit

Permalink
Add filter for failing test lichess
Browse files Browse the repository at this point in the history
  • Loading branch information
yusungsim committed Feb 8, 2024
1 parent 05fd650 commit 2a38c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-tests.cts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ async function runOnlineTests(names: string[], options) {
'heatmap', // works fine, but too long so we skip it
'uarm', // doesn't work for js because string is too long
'image-convolute', // asm2wasm - f64-to-int is too large
'lichess', // failing test
]
names = names.filter((n) => !filter.includes(n))
let successfull = 0;
Expand Down

0 comments on commit 2a38c1b

Please sign in to comment.