Merge #4786
4786: Fix the Glean instrumented tests r=Dexterp37 a=Dexterp37
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.
Co-authored-by:
Alessio Placitelli <alessio.placitelli@gmail.com>
Please register or sign in to comment