Fix the Glean instrumented tests
The tests were mistakenly re-initializing Glean when running each test, in order to send pings to a local pingserver. However this is problematic as instrumented tests run as a separate thread in the application process and Glean now asserts if it is initialized off the main thread.
Please register or sign in to comment