blob: 76920724597e161ec5d7ebb5864f8e195542768e (
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
|
[DEFAULT]
tags = psm
support-files =
*.pem
head.js
hsts_headers.sjs
hsts_headers_framed.html
some_content.html
some_content_framed.html
[browser_HSTS.js]
https_first_disabled = true
[browser_bug627234_perwindowpb.js]
[browser_certificateManager.js]
[browser_add_exception_dialog.js]
[browser_certViewer.js]
skip-if = verify
[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_ui.js]
[browser_clientAuthRememberService.js]
skip-if =
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[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]
|