Bug 1936575 - PART 2: Do not trigger default browser prompt until ToS is accepted...
[gecko.git] / security / manager / ssl / tests / mochitest / browser / browser.toml
blobffa0e39d367d76957083bac1a5904680e6268287
1 [DEFAULT]
2 tags = "psm"
3 support-files = [
4   "*.pem",
5   "head.js",
6   "hsts_headers.sjs",
7   "hsts_headers_framed.html",
8   "some_content.html",
9   "some_content_framed.html",
10   "browser_clientAuth_speculative_connection.html"
13 ["browser_HSTS.js"]
14 https_first_disabled = true
16 ["browser_add_exception_dialog.js"]
18 ["browser_bug627234_perwindowpb.js"]
20 ["browser_certViewer.js"]
21 skip-if = ["verify"]
23 ["browser_certificateManager.js"]
25 ["browser_clientAuthRememberService.js"]
27 ["browser_clientAuth_connection.js"]
28 # Any test that has to delete certificates (e.g. as part of cleanup) is
29 # fundamentally incompatible with verify due to how NSS handles deleting
30 # certificates.
31 skip-if = [
32   "verify",
33   "socketprocess_networking",
36 ["browser_clientAuth_fetch_from_extension.js"]
38 ["browser_clientAuth_speculative_connection.js"]
39 skip-if = ["socketprocess_networking"]
41 ["browser_clientAuth_ui.js"]
43 ["browser_deleteCert_ui.js"]
45 ["browser_downloadCert_ui.js"]
47 ["browser_editCACertTrust.js"]
48 # An earlier attempt at landing this test resulted in frequent intermittent
49 # failures, almost entirely on Linux. See Bug 1309519.
50 skip-if = ["os == 'linux'"]
52 ["browser_exportP12_passwordUI.js"]
54 ["browser_loadPKCS11Module_ui.js"]