mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
47.09k stars 9.81k forks source link

Fix the integration tests passing despite one test failure #18319

Closed timvandermeij closed 6 days ago

timvandermeij commented 1 week ago

In #18318 we noticed that even though one of the tests failed the integration test run didn't fail. Note how http://54.241.84.105:8877/ae7a2979558207a/output.txt for example has 193 specs, 1 failure at the end but also logged All integration tests passed. We should investigate what causes this because as seen it can cause newly introduced problems to be missed.