tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

user_contexts.py.ini (1186B)


      1 [user_contexts.py]
      2  [test_subscribe_one_user_context]
      3    disabled:
      4      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
      5 
      6  [test_subscribe_default_user_context]
      7    disabled:
      8      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
      9 
     10  [test_subscribe_multiple_user_contexts]
     11    disabled:
     12      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
     13 
     14  [test_buffered_event]
     15    disabled:
     16      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
     17 
     18  [test_subscribe_to_user_context_and_then_globally]
     19    disabled:
     20      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
     21 
     22  [test_subscribe_to_user_context_and_then_to_browsing_context]
     23    disabled:
     24      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
     25 
     26  [test_subscribe_globally_and_then_to_user_context]
     27    disabled:
     28      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
     29 
     30  [test_subscribe_to_browsing_context_and_then_to_user_context]
     31    disabled:
     32      if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953