Skip to content
  • Alessio Placitelli's avatar
    Fix the Glean instrumented tests · 0dd784cc
    Alessio Placitelli authored
    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.
    0dd784cc