Skip to content

Commit

Permalink
remove tensorflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Sep 16, 2023
1 parent a92d05b commit 2ca0d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prepare-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if (isWin) {

//unlinkSync(join(__dirname, 'yarn.lock'));
// Delete the integration tests that will never work in Windows
unlinkSync(join(__dirname, 'test', 'integration', 'tensorflow.js'));
unlinkSync(join(__dirname, 'test', 'integration', 'argon2.js'));
unlinkSync(join(__dirname, 'test', 'integration', 'highlights.js'));
unlinkSync(join(__dirname, 'test', 'integration', 'hot-shots.js'));
Expand Down

0 comments on commit 2ca0d18

Please sign in to comment.