The validator.spec.ts test that validates the titanic task is flaky, it requires a minimum accuracy of 0.5 and fails around half of the time.
How to reproduce:
- build discojs:
cd discojs; npm run build
- launch a server instance
cd server; npm run dev
- run the titanic test:
cd discojs/discojs-core; npx mocha -g "works for titanic"
The
validator.spec.tstest that validates the titanic task is flaky, it requires a minimum accuracy of 0.5 and fails around half of the time.How to reproduce:
cd discojs; npm run buildcd server; npm run devcd discojs/discojs-core; npx mocha -g "works for titanic"