mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
## Issue Addressed NA ## Proposed Changes As raised by @hermanjunge in a DM, the `http_api` tests have been observed taking 100+ minutes on debug. This PR: - Moves the `http_api` tests to only run in release. - Groups some `http_api` tests to reduce test-setup overhead. ## Additional Info NA