This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[components] Revert "Use the local server for testing"
This reverts commit 9f08e45. In Glean v50 `testGetValue` methods are actually not gated on test mode (it's still not recommended though and absolutely IS still a test-only API for all intents and purposes). Further it turns out that calling `GleanTestLocalServer` in one test might influence the other test and we're seeing intermittens where `BaselinePingTest` is trying to upload to `localhost:0`, which of course is invalid. I have not yet figured out how we can properly separate out the state. Alternatively we could merge the 2 tests into a single one. Fixes mozilla-mobile/android-components#11340
- Loading branch information