tor-browser

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

manifest.toml (320B)


      1 [DEFAULT]
      2 subsuite = "mozbase"
      3 # We skip these tests in automated Windows builds because they trigger crashes
      4 # in sh.exe; see bug 1489277.
      5 skip-if = ["automation && os == 'win'"]
      6 
      7 ["test_crash.py"]
      8 
      9 ["test_interactive.py"]
     10 
     11 ["test_start.py"]
     12 
     13 ["test_states.py"]
     14 
     15 ["test_stop.py"]
     16 
     17 ["test_threads.py"]
     18 
     19 ["test_wait.py"]