summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/mochitest/browser/browser.ini
blob: 8ca1cb1d0d756179681c0a3eec6358c3a453dc5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[DEFAULT]
tags = psm
support-files =
  *.pem
  head.js
  hsts_headers.sjs
  hsts_headers_framed.html
  some_content.html
  some_content_framed.html
  browser_clientAuth_speculative_connection.html

[browser_HSTS.js]
https_first_disabled = true
[browser_add_exception_dialog.js]
[browser_bug627234_perwindowpb.js]
[browser_certViewer.js]
skip-if = verify
[browser_certificateManager.js]
[browser_clientAuthRememberService.js]
skip-if =
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_clientAuth_connection.js]
# Any test that has to delete certificates (e.g. as part of cleanup) is
# fundamentally incompatible with verify due to how NSS handles deleting
# certificates.
skip-if =
  verify
  socketprocess_networking
  os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_clientAuth_speculative_connection.js]
skip-if = socketprocess_networking
[browser_clientAuth_ui.js]
[browser_deleteCert_ui.js]
[browser_downloadCert_ui.js]
[browser_editCACertTrust.js]
# An earlier attempt at landing this test resulted in frequent intermittent
# failures, almost entirely on Linux. See Bug 1309519.
skip-if = os == "linux"
[browser_exportP12_passwordUI.js]
[browser_loadPKCS11Module_ui.js]