Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix exceptions in tests (#4772)
This fixes test exceptions that did not fail their tests. One was an HlsParser instance that outlived the test run and failed after server disconnection. The other was an exception in AdManager that did not fail the test, but nonetheless caused an unexpected error to be logged. Both of these issues were spotted while running the tests in a local browser in debug mode. Neither caused test failures directly, but both were examples of poor hygiene in our tests.
- Loading branch information