tor-browser

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

remove-manifest-after1.toml (337B)


      1 [DEFAULT]
      2 
      3 ["test_remove_skip1.html"]
      4 skip-if = [
      5  "os == 'mac'", #  Bug 111
      6  "os == 'win'", #  Bug 333
      7 ]
      8 
      9 ["test_remove_skip2.html"]
     10 skip-if = [
     11  "os == 'mac' && os_version == '14.70' && arch == 'x86'", #  Bug 333
     12 ]
     13 
     14 ["test_remove_skip3.html"]
     15 other-key = "test"
     16 
     17 ["test_remove_skip4.html"]
     18 skip-if = [
     19  "os == 'mac'", #  Bug 111
     20 ]